Skip to content

Commit c27dbd0

Browse files
authored
Revert .editorconfig (#4640)
I have been wondering why my editor is not defaulting to two spaces and it is because indent_size was removed from the * block. I am not sure why we would need a separate block for package.json and yaml anyway since they use the same settings as the rest of our code. I would revert the commit but this change was made in a larger commit with a bunch of unrelated changes.
1 parent ec3d997 commit c27dbd0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.editorconfig

-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@ root = true
33
[*]
44
indent_style = space
55
trim_trailing_whitespace = true
6-
7-
# The indent size used in the `package.json` file cannot be changed
8-
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
9-
[{*.yml,*.yaml,package.json}]
10-
indent_style = space
116
indent_size = 2

0 commit comments

Comments
 (0)