1
Fork 0
effect-systems/README.md

11 lines
218 B
Markdown
Raw Normal View History

2022-03-11 13:44:02 +00:00
# hello-world
## Formatting
A `pre-commit` file is included in `.githooks` to ensure consistent formatting.
Run the following to configure `git` to using it:
```bash
git config --local core.hooksPath .githooks/
```