change default tab_width to 8
This commit is contained in:
@@ -7,7 +7,7 @@ insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
tab_width = 4
|
||||
tab_width = 8
|
||||
|
||||
[*.{md,json,css,scss}]
|
||||
tab_width = 2
|
||||
|
||||
Reference in New Issue
Block a user