Skip to content

Commit 62e1c72

Browse files
authored
Generalize EditorConfig to all *.json files
1 parent 8077f3e commit 62e1c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ indent_size = 2
1616
[Makefile]
1717
indent_style = tab
1818

19-
# Matches the exact files either package.json or .travis.yml
20-
[{package.json,.travis.yml}]
19+
# Matches .json files or the exact file .travis.yml
20+
[{*.json,.travis.yml}]
2121
indent_style = space
2222
indent_size = 2

0 commit comments

Comments
 (0)