2022-07-16 11:36:29 +00:00
|
|
|
bracketSpacing: true
|
|
|
|
endOfLine: "auto"
|
|
|
|
printWidth: 120
|
2022-10-12 12:02:44 +00:00
|
|
|
proseWrap: "always"
|
2022-07-16 11:36:29 +00:00
|
|
|
singleQuote: false
|
|
|
|
tabWidth: 2
|
|
|
|
trailingComma: "all"
|
|
|
|
|
|
|
|
overrides:
|
|
|
|
- files: ["*.sol"]
|
|
|
|
options:
|
2022-09-25 16:02:36 +00:00
|
|
|
compiler: "0.8.17"
|
2022-07-16 11:36:29 +00:00
|
|
|
tabWidth: 4
|