Add editorconfig

This commit is contained in:
Ivan R. 2023-11-01 16:01:33 +05:00
parent c95de21857
commit 87d3b0955b
Signed by: lumin
GPG key ID: 927D3132247BDE4E

9
.editorconfig Normal file
View file

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