.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

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