foundry-template/.prettierrc.yml
2022-10-31 18:33:56 +02:00

15 lines
231 B
YAML

bracketSpacing: true
endOfLine: "auto"
printWidth: 120
proseWrap: "always"
singleQuote: false
tabWidth: 2
trailingComma: "all"
useTabs: false
overrides:
- files: ["*.sol"]
options:
compiler: "0.8.17"
tabWidth: 4