mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
chore: specify correct tab width for *.json
This commit is contained in:
committed by
Jiri Zbytovsky
parent
393fd046ed
commit
94c0a9ce81
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user