style: update .editorconfig

remotes/origin/HEAD
pseudometa 2023-10-13 12:45:03 +02:00
parent 68149dd659
commit 34fb052c4f
1 changed files with 17 additions and 1 deletions

View File

@ -1,10 +1,26 @@
root = true
[*]
max_line_length = 80
end_of_line = lf
charset = utf-8
insert_final_newline = true
indent_style = tab
indent_size = 3
tab_width = 3
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yml,yaml,scm}]
indent_style = space
indent_size = 2
tab_width = 2
[*.py]
indent_style = space
indent_size = 4
tab_width = 4
[*.md]
indent_size = 4
tab_width = 4
trim_trailing_whitespace = false