style: add json editor config

This commit is contained in:
2026-06-23 20:02:09 +01:00
parent bd6c4feeed
commit 0f0f07b1d0
+4
View File
@@ -8,3 +8,7 @@ trim_trailing_whitespace = true
[*.tofu] [*.tofu]
indent_size = 2 indent_size = 2
indent_style = space indent_style = space
[*.json]
indent_size = 2
indent_style = space