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