foundry-template/.prettierrc.yml
Paul Razvan Berg 90c6754330
refactor: set "proseWrap" to "always" in Prettier config
refactor: delete "arrowParens" rule in Prettier config
2022-10-12 15:02:44 +03:00

14 lines
216 B
YAML

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