We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68a923 commit 5da0947Copy full SHA for 5da0947
1 file changed
.editorconfig
@@ -6,7 +6,10 @@ root = true
6
# Tab indentation (no size specified)
7
[*]
8
indent_style = tab
9
+indent_size = 4
10
-[{.travis.yml,npm-shrinkwrap.json}]
11
+# The indent size used in the `package.json` file cannot be changed
12
+# https://github.com/npm/npm/pull/3180#issuecomment-16336516
13
+[{.travis.yml,npm-shrinkwrap.json,package.json}]
14
indent_style = space
15
indent_size = 2
0 commit comments