Only force tab identation for js, coffee and html

pull/2654/head
Rodrigo Nascimento 10 years ago
parent 4182e80455
commit ff71e1662f
  1. 4
      .editorconfig

@ -3,11 +3,13 @@
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{js,coffee,html}]
indent_style = tab
[*.md]
trim_trailing_whitespace = false

Loading…
Cancel
Save