style: enable "useTabs" Prettier rule

This commit is contained in:
Paul Razvan Berg 2022-10-31 18:33:56 +02:00
parent d65aac1506
commit 292a8fe663
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ proseWrap: "always"
singleQuote: false
tabWidth: 2
trailingComma: "all"
useTabs: false
overrides:
- files: ["*.sol"]