Skip to content

Commit

Permalink
Fixed editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Mar 20, 2016
1 parent acd2106 commit 827502f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ root = true
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = spaces
indent_style = space
indent_size = 4

[package.json]
[*.{json,*rc,yml}]
indent_size = 2

[*.md]
trim_trailing_whitespace = false

0 comments on commit 827502f

Please sign in to comment.