mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-01-16 18:45:02 +00:00
style: set default "tabWidth" to 4
This commit is contained in:
parent
45e7248c37
commit
2fcb6ac057
@ -2,6 +2,11 @@ bracketSpacing: true
|
|||||||
printWidth: 120
|
printWidth: 120
|
||||||
proseWrap: "always"
|
proseWrap: "always"
|
||||||
singleQuote: false
|
singleQuote: false
|
||||||
tabWidth: 2
|
tabWidth: 4
|
||||||
trailingComma: "all"
|
trailingComma: "all"
|
||||||
useTabs: false
|
useTabs: false
|
||||||
|
|
||||||
|
overrides:
|
||||||
|
- files: ["*.json", "*.md", "*.yml"]
|
||||||
|
options:
|
||||||
|
tabWidth: 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user