Add .editorconfig

This commit is contained in:
Manuel Vögele 2018-04-13 14:26:29 +02:00 committed by Michael Steenbeek
parent a3b04a67b2
commit 7983bcc3a7
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.txt]
trim_trailing_whitespace = false