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
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 3 additions and 3 deletions

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