style: set default "tabWidth" to 4
This commit is contained in:
parent
45e7248c37
commit
2fcb6ac057
|
@ -2,6 +2,11 @@ bracketSpacing: true
|
|||
printWidth: 120
|
||||
proseWrap: "always"
|
||||
singleQuote: false
|
||||
tabWidth: 2
|
||||
tabWidth: 4
|
||||
trailingComma: "all"
|
||||
useTabs: false
|
||||
|
||||
overrides:
|
||||
- files: ["*.json", "*.md", "*.yml"]
|
||||
options:
|
||||
tabWidth: 2
|
||||
|
|
Loading…
Reference in New Issue