Commit Graph

1 Commits

Author SHA1 Message Date
Adrien Crivelli a23f681332
Add pre-commit git hook to check code style
The hook automatically fixes most code style mistakes
and should be installed once with:

```sh
ln -s ../../bin/pre-commit .git/hooks/pre-commit
```
2017-01-05 01:30:44 +09:00