edit editorconfig to have JSON have tab width of eight

This commit is contained in:
2025-11-13 12:13:35 +01:00
parent 71d38679c8
commit fa77ae3f7a

View File

@@ -28,11 +28,11 @@ indent_style = space
tab_width = 4
[*.{json,jsonc}]
tab_width = 4
tab_width = 8
[*.{yaml,toml}]
indent_style = space
tab_width = 4
[*.{html,css,scss}]
tab_width = 4
tab_width = 8