.git-hooks

This commit is contained in:
Theis Pieter Hollebeek 2025-10-10 12:43:22 +02:00
parent 530ace7b3a
commit a197d21e67
2 changed files with 7 additions and 0 deletions

3
.git-hooks/cp.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
cp *[^cp.sh] ../.git/hooks

4
.git-hooks/pre-commit Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# fmt
deno fmt .