allow formatting of json, 2 space

This commit is contained in:
CWX
2025-04-23 10:17:07 +01:00
parent 80747a16f6
commit 26df72ea55
+4 -1
View File
@@ -13,7 +13,10 @@ indent_size = 4
trim_trailing_whitespace = true
[*.json]
ij_formatter_enabled = false
ij_formatter_enabled = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
# C# files
[*.cs]