Skip to content

Commit

Permalink
Merge pull request #599 from zweimach/fix-fourmolu
Browse files Browse the repository at this point in the history
Fix fourmolu plugin inconsistent formatting
  • Loading branch information
jneira authored Nov 25, 2020
2 parents cb9a38b + 99d6d55 commit b296149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/default/src/Ide/Plugin/Fourmolu.hs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ provider lf ideState typ contents fp fo = withIndefiniteProgress lf title Cancel
, cfgDebug = True
, cfgPrinterOpts =
fillMissingPrinterOpts
(lspPrinterOpts <> printerOpts)
(printerOpts <> lspPrinterOpts)
defaultPrinterOpts
}

Expand Down

0 comments on commit b296149

Please sign in to comment.