This commit is contained in:
nihonium 2023-01-16 17:11:32 +03:00
parent 3b3c9a9417
commit 8e1b388a9e
Signed by: nihonium
GPG key ID: 0251623741027CFC
175 changed files with 1878 additions and 1 deletions

13
check_system/.editorconfig Executable file
View file

@ -0,0 +1,13 @@
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