chore: remove Prettier overrides for "*.sol"

This commit is contained in:
Paul Razvan Berg 2023-03-13 17:58:43 +02:00
parent 5378ca3b67
commit b072e22f3e
No known key found for this signature in database
GPG Key ID: 94DB130BAB397DED
1 changed files with 0 additions and 5 deletions

View File

@ -5,8 +5,3 @@ singleQuote: false
tabWidth: 2
trailingComma: "all"
useTabs: false
overrides:
- files: ["*.sol"]
options:
tabWidth: 4