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