Update .editorconfig

This commit is contained in:
XhmikosR 2023-04-08 14:34:31 +03:00
parent 42ec6b05c0
commit 5de92647b9
1 changed files with 11 additions and 5 deletions

View File

@ -1,14 +1,20 @@
# editorconfig.org
root = true
[*.py]
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
end_of_line = LF
[*.bat]
end_of_line = CRLF
end_of_line = crlf
[*.md]
trim_trailing_whitespace = false
insert_final_newline = true
[*.py]
indent_size = 4