Updated the editorconfig based on Sam's feedback.

This commit is contained in:
Niels Basjes 2016-10-13 09:28:16 +02:00
parent 57f2e0f006
commit 5b8d262c8e
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
root = true root = true
[*] [*.{java,stg}]
charset = utf-8 charset = utf-8
end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
indent_style = tab indent_style = tab