Skip to content

Instantly share code, notes, and snippets.

@danslapman
Last active September 19, 2022 15:16
Show Gist options
  • Save danslapman/7ef2495b60ffeadb25181f6b783e16a6 to your computer and use it in GitHub Desktop.
Save danslapman/7ef2495b60ffeadb25181f6b783e16a6 to your computer and use it in GitHub Desktop.
My .editorconfig
#https://github.com/fsprojects/fantomas/blob/master/docs/Documentation.md
[*.{fs,fsx}]
indent_size=4
max_line_length=120
fsharp_max_value_binding_width=120
fsharp_max_function_binding_width=120
fsharp_multiline_block_brackets_on_same_column=true
fsharp_multi_line_lambda_closing_newline=true
fsharp_multiline_block_brackets_on_same_column = true
fsharp_experimental_stroustrup_style = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment