Skip to content

Commit 636e358

Browse files
committed
.jshintrc is a json file and .editorconfig should treat it like a json file
props netweb fixes #29884 git-svn-id: https://develop.svn.wordpress.org/trunk@29858 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3bfa930 commit 636e358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ insert_final_newline = true
1313
trim_trailing_whitespace = true
1414
indent_style = tab
1515

16-
[{*.json,*.yml}]
16+
[{.jshintrc,*.json,*.yml}]
1717
indent_style = space
1818
indent_size = 2
1919

0 commit comments

Comments
 (0)