mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-01-27 07:34:57 +00:00
90c6754330
refactor: delete "arrowParens" rule in Prettier config
14 lines
216 B
YAML
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
|