mirror of
https://github.com/logos-co/staking.git
synced 2025-01-09 10:22:18 +00:00
2e7c5148b4
This commit migrates the repo to our foundry template, which ensures we have consistent tooling across smart contract repositories that are maintained by Vac. This removes all hardhat related files and workflows and replaces them with more perfomant foundry workflows. It also sets up tests, CI and linting.
8 lines
124 B
YAML
8 lines
124 B
YAML
bracketSpacing: true
|
|
printWidth: 120
|
|
proseWrap: "always"
|
|
singleQuote: false
|
|
tabWidth: 2
|
|
trailingComma: "all"
|
|
useTabs: false
|