From f0f2a07aeed70a38479a6ae48232a3b10b08644b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 29 Jul 2024 19:24:33 +0200 Subject: [PATCH] .editorconfig: accept package.json indent as is These files are generally pulled automatically from the upstream repository and shouldn't need to be modified. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 8d54e327b9f9..1d2259154e48 100644 --- a/.editorconfig +++ b/.editorconfig @@ -44,6 +44,10 @@ indent_size = 4 indent_size = 2 indent_style = space +# Match package.json, which are generally pulled from upstream and accept them as they are +[package.json] +indent_style = unset + # Disable file types or individual files # some of these files may be auto-generated and/or require significant changes