feat: precommit hook for google java format

This commit is contained in:
Pierre Tellier
2025-03-09 21:19:00 +01:00
parent c5e7736a16
commit 5f8fe4a374
2 changed files with 26 additions and 0 deletions

2
hooks/README.md Normal file
View File

@ -0,0 +1,2 @@
# Useful hooks in this project
To use, just add the content of the wanted hook in `.git/hook/pre-commit`. You may need to use `chmod +x pre-commit`