seperate json from the yaml column, to use tabs instead of spaces

This commit is contained in:
2025-08-13 11:34:06 +02:00
parent ebd5b6b430
commit 51a05f2d7c

View File

@@ -15,6 +15,10 @@ indent_size = tab
indent_style = tab
indent_size = tab
[*.{yaml,json}]
[*.{json}]
indent_style = tab
indent_size = tab
[*.{yaml}]
indent_style = space
intent_size = 2