mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-08 22:58:05 -05:00
style: add "tabWidth" Prettier override for Solidity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user