edit editorconfig to have JSON have tab width of eight
This commit is contained in:
@@ -28,11 +28,11 @@ indent_style = space
|
||||
tab_width = 4
|
||||
|
||||
[*.{json,jsonc}]
|
||||
tab_width = 4
|
||||
tab_width = 8
|
||||
|
||||
[*.{yaml,toml}]
|
||||
indent_style = space
|
||||
tab_width = 4
|
||||
|
||||
[*.{html,css,scss}]
|
||||
tab_width = 4
|
||||
tab_width = 8
|
||||
|
||||
Reference in New Issue
Block a user