mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-23 11:38:40 +00:00
The ultimate goal will be to move the contracts package into its own repository that's based on our foundry template. This commit adds foundry template config files and removes legacy hardhat stuff.
8 lines
124 B
YAML
8 lines
124 B
YAML
bracketSpacing: true
|
|
printWidth: 120
|
|
proseWrap: 'always'
|
|
singleQuote: false
|
|
tabWidth: 2
|
|
trailingComma: 'all'
|
|
useTabs: false
|