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
|
||||
proseWrap: "always"
|
||||
singleQuote: false
|
||||
tabWidth: 2
|
||||
tabWidth: 4
|
||||
trailingComma: "all"
|
||||
useTabs: false
|
||||
|
||||
overrides:
|
||||
- files: ["*.json", "*.md", "*.yml"]
|
||||
options:
|
||||
tabWidth: 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user