Skip to content

Commit

Permalink
.editorconfig: accept package.json indent as is
Browse files Browse the repository at this point in the history
These files are generally pulled automatically from the upstream
repository and shouldn't need to be modified.
  • Loading branch information
mweinelt committed Jul 29, 2024
1 parent 976d87f commit f0f2a07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f0f2a07

Please sign in to comment.