Initial commit

This commit is contained in:
Smaug123
2022-08-06 11:27:36 +01:00
commit 5a93808592
23 changed files with 18921 additions and 0 deletions

6
hooks/pre-push Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
if ! dotnet tool run fantomas --check -r . ; then
echo "Formatting incomplete. Consider running 'dotnet tool run fantomas -r .'"
exit 1
fi