remove redundant indent_size=tab
This commit is contained in:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user