style: add "tabWidth" Prettier override for Solidity

This commit is contained in:
Paul Razvan Berg
2023-01-19 16:18:14 +02:00
parent 2fcb6ac057
commit adcec923c6

View File

@@ -2,11 +2,11 @@ bracketSpacing: true
printWidth: 120
proseWrap: "always"
singleQuote: false
tabWidth: 4
tabWidth: 2
trailingComma: "all"
useTabs: false
overrides:
- files: ["*.json", "*.md", "*.yml"]
- files: ["*.sol"]
options:
tabWidth: 2
tabWidth: 4