Skip to content

Commit

Permalink
chore: specify correct tab width for *.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonexe committed Feb 11, 2025
1 parent 393fd04 commit 94c0a9c
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 @@ -20,3 +20,7 @@ trim_trailing_whitespace = unset
# Use indentation of 2 spaces for all yaml files.
[*.{yaml,yml}]
indent_size = 2

# Use indentation of 4 spaces for all json files.
[*.json]
indent_size = 4

0 comments on commit 94c0a9c

Please sign in to comment.