Add script to enable code formatters

This commit is contained in:
Jacob Schatz 2017-12-20 15:29:27 -05:00
parent 39efc5c80c
commit 6f45cbd197
1 changed files with 4 additions and 0 deletions

4
scripts/add-code-formatters Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
touch ./.git/hooks/pre-commit
ln -s -f ./pre-commit .git/hooks/pre-commit