foundry-template/.prettierrc.yml

14 lines
211 B
YAML
Raw Normal View History

2022-07-16 14:36:29 +03:00
bracketSpacing: true
printWidth: 120
proseWrap: "always"
2022-07-16 14:36:29 +03:00
singleQuote: false
tabWidth: 2
trailingComma: "all"
2022-10-31 18:33:56 +02:00
useTabs: false
2022-07-16 14:36:29 +03:00
overrides:
- files: "*.sol"
2022-07-16 14:36:29 +03:00
options:
2022-09-25 19:02:36 +03:00
compiler: "0.8.17"
2022-07-16 14:36:29 +03:00
tabWidth: 4