feat: fix and extend editorconfig

pull/1/head
Andreas Grafen 3 years ago
parent bae8c5091e
commit 5397a6b2af
No known key found for this signature in database
GPG Key ID: 3285EA6DB8CDE2D1

@ -6,15 +6,13 @@ root = true
[*] [*]
end_of_line = lf
charset = utf-8 charset = utf-8
insert_final_newline = true
indent_style = tabs
indent_size = 4 indent_size = 4
[*.txt]
indent_style = tab indent_style = tab
indent_size = 4 end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{diff,md}] [*.{diff,md}]
trim_trailing_whitespace = false trim_trailing_whitespace = false

Loading…
Cancel
Save