Skip to content

Commit

Permalink
Build: Remove .editorconfig overrides for package.json
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mgol committed Jan 18, 2023
1 parent bce6d06 commit 0005e87
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .editorconfig
Expand Up @@ -9,8 +9,3 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[package.json]
indent_style = space
indent_size = 2

0 comments on commit 0005e87

Please sign in to comment.