Skip to content

Commit 0005e87

Browse files
authored
Build: Remove .editorconfig overrides for package.json
Newer npm version support detecting the indent type of `package.json` and follow it when updating the file. We already use tabs in the file so the current override wasn't even respected. Closes gh-480
1 parent bce6d06 commit 0005e87

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
@@ -9,8 +9,3 @@ end_of_line = lf
99
charset = utf-8
1010
trim_trailing_whitespace = true
1111
insert_final_newline = true
12-
13-
[package.json]
14-
indent_style = space
15-
indent_size = 2
16-

0 commit comments

Comments
 (0)