Update editorconfig

Make Linux friendly
This commit is contained in:
Victor Uriarte 2016-12-22 22:18:58 -07:00
parent 662519b31d
commit 1462a2bc0f
1 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,7 @@ root = true
[*]
indent_style = space
indent_size = 4
end_of_line = crlf
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
@ -18,6 +18,3 @@ trim_trailing_whitespace = true
[{Makefile,*.bat}]
indent_style = tab
[*.md]
trim_trailing_whitespace = false