Config dev environment for F#

This commit is contained in:
Brandon Dyck 2023-06-24 18:15:55 -07:00
parent e27c6c6165
commit cbefb3cf40
2 changed files with 14 additions and 1 deletions

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

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

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
bin/
obj/
.fake