remove redundant indent_size=tab

This commit is contained in:
2025-08-02 01:28:15 +02:00
parent 7ee6cb61ae
commit 147a26986a

View File

@@ -22,7 +22,6 @@ tab_width = 8
# forces the usage of 4 spaces
[*.{py,rs,cs}]
indent_style = space
indent_size = tab
tab_width = 4
[*.{json,jsonc}]
@@ -30,7 +29,6 @@ tab_width = 4
[*.{yaml,toml}]
indent_style = space
indent_size = tab
tab_width = 4
[*.{html,css,scss}]