Add EditorConfig.

This commit is contained in:
tastytea 2019-11-20 23:52:38 +01:00
parent c7babd67dc
commit e1d2822586
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 53 additions and 34 deletions

19
.editorconfig Normal file
View File

@ -0,0 +1,19 @@
# Configuration file for EditorConfig.
# More information is available under <https://editorconfig.org/>.
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{css,toml}]
indent_size = 4
tab_width = 4
[*.{html,xml}]
indent_size = 2
tab_width = 2