add .editorconfig

This commit is contained in:
2023-09-05 23:33:51 +03:00
parent e5f36d92f3
commit 2d59c4cbd9
+12
View File
@@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false