foundry-template/.prettierrc.yml

13 lines
188 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
2022-07-16 14:36:29 +03:00
trailingComma: "all"
2022-10-31 18:33:56 +02:00
useTabs: false
2023-01-19 16:14:42 +02:00
overrides:
- files: ["*.sol"]
2023-01-19 16:14:42 +02:00
options:
tabWidth: 4