correct definition order
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user