Добавил editorconfig

This commit is contained in:
2019-07-29 20:11:06 +03:00
parent 63c27c8431
commit 0c0e9e8dff

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
end_of_line = lf
insert_final_newline = true
[*.py]
charset = utf-8
indent_style = space
indent_size = 4
[*.{yaml,yml}]
charset = utf-8
indent_style = space
indent_size = 2