8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Use with:
|
||
|
#
|
||
|
# $> git config core.hooksPath .githooks
|
||
|
#
|
||
|
dotnet format SliceIsRight.sln
|