From 0005e87bec62dbd2b385fd30fb9e2e8a2fa3ab7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Wed, 18 Jan 2023 21:20:03 +0100 Subject: [PATCH] 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 --- .editorconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index b5bd7f60..c94db9a8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 -