diff options
author | Martin Weinelt | 2024-07-29 19:24:33 +0200 |
---|---|---|
committer | Martin Weinelt | 2024-07-29 19:24:33 +0200 |
commit | f0f2a07aeed70a38479a6ae48232a3b10b08644b (patch) | |
tree | b0e06c074ca1996016638604fd2e95b137ce10fd /.editorconfig | |
parent | 976d87f553a88e0e14d90901b017e7cb61f2fc2c (diff) |
.editorconfig: accept package.json indent as is
These files are generally pulled automatically from the upstream repository and shouldn't need to be modified.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |