Add editorconfig

This commit is contained in:
David Lapshin
2024-05-19 05:18:28 +03:00
parent a9565bd37d
commit 5cfa5aa0c8
2 changed files with 15 additions and 2 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false