style: add "tabWidth" Prettier override for Solidity
This commit is contained in:
parent
2fcb6ac057
commit
adcec923c6
|
@ -2,11 +2,11 @@ bracketSpacing: true
|
||||||
printWidth: 120
|
printWidth: 120
|
||||||
proseWrap: "always"
|
proseWrap: "always"
|
||||||
singleQuote: false
|
singleQuote: false
|
||||||
tabWidth: 4
|
tabWidth: 2
|
||||||
trailingComma: "all"
|
trailingComma: "all"
|
||||||
useTabs: false
|
useTabs: false
|
||||||
|
|
||||||
overrides:
|
overrides:
|
||||||
- files: ["*.json", "*.md", "*.yml"]
|
- files: ["*.sol"]
|
||||||
options:
|
options:
|
||||||
tabWidth: 2
|
tabWidth: 4
|
||||||
|
|
Loading…
Reference in New Issue