We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fsharp_multiline_bracket_style
1 parent 205e18b commit 738290aCopy full SHA for 738290a
src/.editorconfig
@@ -260,6 +260,10 @@ fsharp_bar_before_discriminated_union_declaration=false
260
# To work reliably, fsharp_multiline_block_brackets_on_same_column must be "true"
261
fsharp_experimental_stroustrup_style=true
262
263
+# above setting is for Fantomas 5.x. The new version uses these two
264
+fsharp_multiline_bracket_style = stroustrup
265
+fsharp_newline_before_multiline_computation_expression = false
266
+
267
# from docs: Please do not use this setting for formatting hand written code!
268
# default false
-fsharp_strict_mode=false
269
+fsharp_strict_mode=false
0 commit comments