Merge pull request #9 from vsn4ik/upd_editor_cnf

Remove redundant options in editorconfig
This commit is contained in:
Franz Liedke 2015-08-31 22:02:24 +02:00
commit 55a841b6ed

View File

@ -12,21 +12,8 @@ insert_final_newline = true
indent_style = space
indent_size = 2
[*.js]
indent_style = space
indent_size = 2
[*.{css,less}]
indent_style = space
indent_size = 2
[*.html]
indent_style = space
indent_size = 2
[*.{diff,md}]
trim_trailing_whitespace = false
[*.php]
indent_style = space
indent_size = 4