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