chore: specify correct tab width for *.json

This commit is contained in:
Jiri Zbytovsky
2025-02-11 12:41:06 +01:00
committed by Jiri Zbytovsky
parent 393fd046ed
commit 94c0a9ce81

View File

@@ -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