We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb9a38b + 99d6d55 commit b296149Copy full SHA for b296149
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