Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgallagher92 committed Sep 20, 2024
0 parents commit 5735e4d
Show file tree
Hide file tree
Showing 13 changed files with 1,102 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fantomas": {
"version": "6.3.10",
"commands": [
"fantomas"
],
"rollForward": false
},
"paket": {
"version": "8.0.3",
"commands": [
"paket"
],
"rollForward": false
}
}
}
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{fs,fsx}]
fsharp_multiline_bracket_style = stroustrup
fsharp_newline_before_multiline_computation_expression = false
Loading

0 comments on commit 5735e4d

Please sign in to comment.