Commit Graph

10 Commits

Author SHA1 Message Date
Paul Razvan Berg adcec923c6
style: add "tabWidth" Prettier override for Solidity 2023-01-19 16:18:22 +02:00
Paul Razvan Berg 2fcb6ac057
style: set default "tabWidth" to 4 2023-01-19 16:14:42 +02:00
Paul Razvan Berg 6d027d098b
refactor: substitute "forge fmt" for "prettier-plugin-solidity"
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
2023-01-03 21:18:14 +02:00
Paul Razvan Berg f61f97f26b
chore: pass "files" as string in Prettier config 2022-11-28 13:22:51 +02:00
Paul Razvan Berg bfe3ebc2f1
chore: remove "endOfLine" from Prettier config
chore: remove superfluous end line in Foundry config
2022-11-27 13:34:46 +02:00
Paul Razvan Berg 292a8fe663
style: enable "useTabs" Prettier rule 2022-10-31 18:33:56 +02:00
Paul Razvan Berg 90c6754330
refactor: set "proseWrap" to "always" in Prettier config
refactor: delete "arrowParens" rule in Prettier config
2022-10-12 15:02:44 +03:00
Paul Razvan Berg e5f2f4a795
build: use solc 0.8.17 2022-09-25 19:02:36 +03:00
Paul Razvan Berg e855765627
style: indent toml with 2 spaces 2022-07-19 12:45:53 +03:00
Paul Razvan Berg 43e1e113f4
feat: initial commit 2022-07-17 21:57:09 +03:00