Skip to content

Commit 99d6d55

Browse files
committed
Fix fourmolu plugin's use of FormattingOptions
1 parent c3af2dd commit 99d6d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugins/default/src/Ide/Plugin/Fourmolu.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ provider lf ideState typ contents fp fo = withIndefiniteProgress lf title Cancel
5959
, cfgDebug = True
6060
, cfgPrinterOpts =
6161
fillMissingPrinterOpts
62-
(lspPrinterOpts <> printerOpts)
62+
(printerOpts <> lspPrinterOpts)
6363
defaultPrinterOpts
6464
}
6565

0 commit comments

Comments
 (0)