remove redundant indent_size=tab
This commit is contained in:
@@ -22,7 +22,6 @@ tab_width = 8
|
|||||||
# forces the usage of 4 spaces
|
# forces the usage of 4 spaces
|
||||||
[*.{py,rs,cs}]
|
[*.{py,rs,cs}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = tab
|
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
|
|
||||||
[*.{json,jsonc}]
|
[*.{json,jsonc}]
|
||||||
@@ -30,7 +29,6 @@ tab_width = 4
|
|||||||
|
|
||||||
[*.{yaml,toml}]
|
[*.{yaml,toml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = tab
|
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
|
|
||||||
[*.{html,css,scss}]
|
[*.{html,css,scss}]
|
||||||
|
|||||||
Reference in New Issue
Block a user