diff --git a/.githooks/pre-commit b/.githooks/pre-commit new file mode 100644 index 0000000..31195f5 --- /dev/null +++ b/.githooks/pre-commit @@ -0,0 +1,7 @@ +#!/bin/sh +# +# Use with: +# +# $> git config core.hooksPath .githooks +# +dotnet format FishNotify.sln