Add dotnet format as pre-commit hook
This commit is contained in:
parent
394825ccae
commit
e160ad1f92
7
.githooks/pre-commit
Normal file
7
.githooks/pre-commit
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Use with:
|
||||
#
|
||||
# $> git config core.hooksPath .githooks
|
||||
#
|
||||
dotnet format FishNotify.sln
|
Loading…
Reference in New Issue
Block a user