add .editorconfig

This commit is contained in:
Alexander Popov 2023-09-05 23:33:51 +03:00
parent e5f36d92f3
commit 2d59c4cbd9
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
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