Skip to content

Commit

Permalink
Fixed #5, update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Demidov committed Apr 4, 2016
1 parent 4555ce7 commit cf568f2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
root = true

[*]
indent_style = tab
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{package.json,*.yml}]
indent_style = space
[{package.json,*.yml,*.jade,*.pss,*.css}]
indent_size = 2

[{*.js,*.jsx}]
indent_style = tab

[*.md]
trim_trailing_whitespace = false

0 comments on commit cf568f2

Please sign in to comment.