Add precommit hook to suggest proper formatting

Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
kernelkind
2024-04-17 13:36:20 -04:00
committed by William Casarin
parent c76f322a48
commit dae57d78ef
3 changed files with 31 additions and 0 deletions

View File

@@ -75,3 +75,11 @@ The app should appear on the emulator
[direnv]: https://direnv.net/
[nix]: https://nixos.org/download/
## Contributing
Configure the developer environment:
```bash
./scripts/dev_setup.sh
```
This will add the pre-commit hook to your local repository to suggest proper formatting before commits.