edit editorconfig to have JSON have tab width of eight

This commit is contained in:
2025-11-13 12:13:35 +01:00
parent 547ff80288
commit 286357aa72

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