updated .editorconfig

This commit is contained in:
Anika Henke 2015-07-25 22:04:59 +01:00
parent 6cb9974651
commit 99d6dd40cd
1 changed files with 7 additions and 3 deletions

View File

@ -1,15 +1,19 @@
; http://editorconfig.org/ ; http://editorconfig.org/
root = true
[*] [*]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[inc/{geshi,phpseclib}/**] [{vendor,inc/phpseclib}/**]
; Use editor default (possible autodetection). ; Use editor default (possible autodetection).
indent_style = indent_style =
indent_size = indent_size =
trim_trailing_whitespace = false end_of_line =
insert_final_newline = false trim_trailing_whitespace =
insert_final_newline =