Initial commit

This commit is contained in:
Smaug123
2023-05-06 13:00:12 +01:00
commit 1dde7a65f7
28 changed files with 1164 additions and 0 deletions

6
hooks/pre-push Executable file
View File

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