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.
1 parent 7cfe8c1 commit 348f94dCopy full SHA for 348f94d
src/Fantomas.Tests/EditorConfigurationTests.fs
@@ -447,7 +447,7 @@ insert_final_newline = false
447
Assert.IsFalse config.InsertFinalNewline
448
449
[<Test>]
450
-let fsharp_experimental_stroustrup_style () =
+let ``fsharp_experimental_stroustrup_style = true`` () =
451
let rootDir = tempName ()
452
453
let editorConfig =
@@ -505,7 +505,7 @@ fsharp_multiline_bracket_style = aligned
505
Assert.AreEqual(Aligned, config.MultilineBracketStyle)
506
507
508
-let fsharp_multiline_block_brackets_on_same_column () =
+let ``fsharp_multiline_block_brackets_on_same_column = true`` () =
509
510
511
0 commit comments