meta: specify indentation for json files

This commit is contained in:
raf 2025-02-03 11:11:04 +03:00
parent 91df9c81c4
commit faea8c1900
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ indent_style = space
indent_size = 2 indent_size = 2
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.{js,nix,yml,yaml}] [*.{js,json,nix,yml,yaml}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
tab_width = 2 tab_width = 2