Format and tests

This commit is contained in:
Smaug123
2023-12-03 16:31:46 +00:00
parent 3a8061e28d
commit a637f79bf1
7 changed files with 213 additions and 21 deletions

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

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