Skip to content

Commit a9e6930

Browse files
committed
Use refineConfig to load default fixities
1 parent c4caba0 commit a9e6930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ provider recorder plId ideState typ contents fp fo = ExceptT $ withIndefinitePro
9595
errorMessage = "Failed to load " <> T.pack f <> ": " <> T.pack (show err)
9696

9797
let config =
98-
defaultConfig
98+
refineConfig ModuleSource Nothing Nothing Nothing defaultConfig
9999
{ cfgDynOptions = map DynOption fileOpts
100100
, cfgFixityOverrides = cfgFileFixities
101101
, cfgRegion = region

0 commit comments

Comments
 (0)