set tab width to 4 for those that were <4

This commit is contained in:
2025-08-02 00:52:47 +02:00
parent 5283050311
commit 680b94d2eb

View File

@@ -10,10 +10,10 @@ indent_size = tab
tab_width = 8
[*.{md,json,jsonc,css,scss}]
tab_width = 2
tab_width = 4
[{makefile,Makefile}]
tab_width = 2
tab_width = 4
[*.{c,cpp,h,hpp}]
tab_width = 8
@@ -26,4 +26,4 @@ tab_width = 4
[*.{yaml,toml}]
indent_style = space
indent_size = tab
tab_width = 2
tab_width = 4