Add script to enable code formatters
This commit is contained in:
parent
39efc5c80c
commit
6f45cbd197
1 changed files with 4 additions and 0 deletions
4
scripts/add-code-formatters
Executable file
4
scripts/add-code-formatters
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
touch ./.git/hooks/pre-commit
|
||||
ln -s -f ./pre-commit .git/hooks/pre-commit
|
Loading…
Reference in a new issue