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

12
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fantomas": {
"version": "5.2.0-alpha-008",
"commands": [
"fantomas"
]
}
}
}