Skip to content

Commit

Permalink
Use* global rules with exceptions as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed Apr 22, 2013
1 parent 7c41b31 commit 4e9c888
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,13 @@

root = true

[Makefile]
indent_style = tab
indent_size = 8

[*.css]
indent_style = space
indent_size = 2

[*.less]
indent_style = space
indent_size = 2

[*.html]
indent_style = space
indent_size = 2

[*.js]
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.json]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab

0 comments on commit 4e9c888

Please sign in to comment.