Skip to content

Commit

Permalink
Only force tab identation for js, coffee and html
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Mar 27, 2016
1 parent 4182e80 commit ff71e16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff71e16

Please sign in to comment.