style: add "tabWidth" Prettier override for Solidity
This commit is contained in:
parent
2fcb6ac057
commit
adcec923c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue