mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
.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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue