split apart the web languages into it's own definition

This commit is contained in:
2025-08-02 00:54:31 +02:00
parent b990c56e44
commit 24753d9d0c

View File

@@ -9,7 +9,10 @@ indent_style = tab
indent_size = tab
tab_width = 8
[*.{json,jsonc,css,scss}]
[*.{json,jsonc}]
tab_width = 4
[*.{html,css,scss}]
tab_width = 4
[{makefile,Makefile}]