This commit is contained in:
Smaug123
2023-11-29 23:49:35 +00:00
parent b914a198d2
commit 4852506b50
12 changed files with 553 additions and 97 deletions

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

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