.editorconfig: accept package.json indent as is

These files are generally pulled automatically from the upstream
repository and shouldn't need to be modified.
This commit is contained in:
Martin Weinelt 2024-07-29 19:24:33 +02:00
parent 976d87f553
commit f0f2a07aee
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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