We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*.json
1 parent 8077f3e commit 62e1c72Copy full SHA for 62e1c72
.editorconfig
@@ -16,7 +16,7 @@ indent_size = 2
16
[Makefile]
17
indent_style = tab
18
19
-# Matches the exact files either package.json or .travis.yml
20
-[{package.json,.travis.yml}]
+# Matches .json files or the exact file .travis.yml
+[{*.json,.travis.yml}]
21
indent_style = space
22
indent_size = 2
0 commit comments