Add editorconfig

This commit is contained in:
He4eT 2021-02-19 01:06:19 +05:00
commit 39af4fbc94

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf