set tab width to 4 for those that were <4
This commit is contained in:
@@ -10,10 +10,10 @@ indent_size = tab
|
|||||||
tab_width = 8
|
tab_width = 8
|
||||||
|
|
||||||
[*.{md,json,jsonc,css,scss}]
|
[*.{md,json,jsonc,css,scss}]
|
||||||
tab_width = 2
|
tab_width = 4
|
||||||
|
|
||||||
[{makefile,Makefile}]
|
[{makefile,Makefile}]
|
||||||
tab_width = 2
|
tab_width = 4
|
||||||
|
|
||||||
[*.{c,cpp,h,hpp}]
|
[*.{c,cpp,h,hpp}]
|
||||||
tab_width = 8
|
tab_width = 8
|
||||||
@@ -26,4 +26,4 @@ tab_width = 4
|
|||||||
[*.{yaml,toml}]
|
[*.{yaml,toml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = tab
|
indent_size = tab
|
||||||
tab_width = 2
|
tab_width = 4
|
||||||
|
|||||||
Reference in New Issue
Block a user