Skip to content

Commit

Permalink
js was not honored
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bruce committed Apr 5, 2018
1 parent 3f6b2c8 commit 82b18bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
root = true

[*, *.json, *.js]
[*{json,js}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2

[*.md, !test/*md]
[*.md, !test/*.md]
charset = utf-8
end_of_line = lf
insert_final_newline = true
Expand Down

0 comments on commit 82b18bc

Please sign in to comment.