Added .editorconfig. (#35)

Applies some elements of PEP8 during editing in the editors supporting it.
This commit is contained in:
KOLANICH
2021-01-23 07:07:22 +00:00
committed by GitHub
parent cade1e2c45
commit 6e839f7675

12
.editorconfig Normal file
View File

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