Initial commit

This commit is contained in:
Smaug123
2025-02-13 23:30:15 +00:00
commit a5a3d87ba9
15 changed files with 505 additions and 0 deletions

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

@@ -0,0 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fantomas": {
"version": "7.0.0",
"commands": [
"fantomas"
]
},
"fsharp-analyzers": {
"version": "0.28.0",
"commands": [
"fsharp-analyzers"
]
}
}
}