correct definition order

This commit is contained in:
2025-08-02 00:58:39 +02:00
parent 24753d9d0c
commit a68e286e1c

View File

@@ -9,12 +9,6 @@ indent_style = tab
indent_size = tab indent_size = tab
tab_width = 8 tab_width = 8
[*.{json,jsonc}]
tab_width = 4
[*.{html,css,scss}]
tab_width = 4
[{makefile,Makefile}] [{makefile,Makefile}]
tab_width = 4 tab_width = 4
@@ -26,7 +20,13 @@ indent_style = space
indent_size = tab indent_size = tab
tab_width = 4 tab_width = 4
[*.{json,jsonc}]
tab_width = 4
[*.{yaml,toml}] [*.{yaml,toml}]
indent_style = space indent_style = space
indent_size = tab indent_size = tab
tab_width = 4 tab_width = 4
[*.{html,css,scss}]
tab_width = 4