Browse Source

Merge pull request #9 from vsn4ik/upd_editor_cnf

Remove redundant options in editorconfig
pull/10/head
Franz Liedke 9 years ago
parent
commit
55a841b6ed
  1. 13
      .editorconfig

13
.editorconfig

@ -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

Loading…
Cancel
Save