Add dotnet format as pre-commit hook
This commit is contained in:
parent
8911ef5227
commit
e13cf9409c
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 SliceIsRight.sln
|
Loading…
Reference in New Issue
Block a user