Skip to content

Commit 738290a

Browse files
committed
Update Fantomas rules per the now supported fsharp_multiline_bracket_style and the like
1 parent 205e18b commit 738290a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,10 @@ fsharp_bar_before_discriminated_union_declaration=false
260260
# To work reliably, fsharp_multiline_block_brackets_on_same_column must be "true"
261261
fsharp_experimental_stroustrup_style=true
262262

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+
263267
# from docs: Please do not use this setting for formatting hand written code!
264268
# default false
265-
fsharp_strict_mode=false
269+
fsharp_strict_mode=false

0 commit comments

Comments
 (0)