editorconfig: add more settings

This commit is contained in:
Simon Ser 2020-03-18 15:13:51 +01:00
parent be3ab9bdd5
commit dd5633ac51
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4