Skip to content

Commit

Permalink
JSHint: Treat JSON files the same as JS, apart from whitelisted files
Browse files Browse the repository at this point in the history
  • Loading branch information
shadyvb committed Jul 22, 2016
1 parent d701804 commit 49484a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[{.jshintrc,*.json,*.yml}]
[{package.json,*.yml}]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit 49484a4

Please sign in to comment.