.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:
parent
976d87f553
commit
f0f2a07aee
@ -44,6 +44,10 @@ indent_size = 4
|
|||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
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
|
# Disable file types or individual files
|
||||||
# some of these files may be auto-generated and/or require significant changes
|
# some of these files may be auto-generated and/or require significant changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user