Added a pre-commit hook that should simplify commiting pre-formatted code

This commit is contained in:
Avamander
2021-04-18 19:20:16 +03:00
committed by JF002
parent bb26c68f2c
commit a1a6eae43f
2 changed files with 18 additions and 0 deletions

5
hooks/README.md Normal file
View File

@@ -0,0 +1,5 @@
# Git hooks
This directory contains Git hooks that simplify contributing to this repository.
You can install them by copying the files into `.git/hooks` in the repository folder or by running `git config --local core.hooksPath hooks`