8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Use with:
|
||
|
#
|
||
|
# $> git config core.hooksPath .githooks
|
||
|
#
|
||
|
dotnet format --exclude vendor/
|