mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-01-15 10:04:18 +00:00
13 lines
188 B
YAML
13 lines
188 B
YAML
bracketSpacing: true
|
|
printWidth: 120
|
|
proseWrap: "always"
|
|
singleQuote: false
|
|
tabWidth: 2
|
|
trailingComma: "all"
|
|
useTabs: false
|
|
|
|
overrides:
|
|
- files: ["*.sol"]
|
|
options:
|
|
tabWidth: 4
|