We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3af2dd commit 99d6d55Copy full SHA for 99d6d55
plugins/default/src/Ide/Plugin/Fourmolu.hs
@@ -59,7 +59,7 @@ provider lf ideState typ contents fp fo = withIndefiniteProgress lf title Cancel
59
, cfgDebug = True
60
, cfgPrinterOpts =
61
fillMissingPrinterOpts
62
- (lspPrinterOpts <> printerOpts)
+ (printerOpts <> lspPrinterOpts)
63
defaultPrinterOpts
64
}
65
0 commit comments