mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-02-19 10:47:28 +00:00
build: remove "prettier-plugin-solidity" and "solhint-plugin-prettier" deps chore: add "fmt" configuration in Foundry config chore: delete solidity override from Prettier rules chore: delete solidity rules from Solhint config chore: modify scripts to run Prettier on all files except "*.sol" test: document "setUp" function
8 lines
124 B
YAML
8 lines
124 B
YAML
bracketSpacing: true
|
|
printWidth: 120
|
|
proseWrap: "always"
|
|
singleQuote: false
|
|
tabWidth: 2
|
|
trailingComma: "all"
|
|
useTabs: false
|