volga_ctf_2022/check_system/.editorconfig

14 lines
163 B
INI
Raw Normal View History

2023-01-16 17:11:32 +03:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[VERSION]
insert_final_newline = false
[*.py]
charset = utf-8
indent_style = space
indent_size = 4