We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
refineConfig
1 parent c4caba0 commit a9e6930Copy full SHA for a9e6930
plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs
@@ -95,7 +95,7 @@ provider recorder plId ideState typ contents fp fo = ExceptT $ withIndefinitePro
95
errorMessage = "Failed to load " <> T.pack f <> ": " <> T.pack (show err)
96
97
let config =
98
- defaultConfig
+ refineConfig ModuleSource Nothing Nothing Nothing defaultConfig
99
{ cfgDynOptions = map DynOption fileOpts
100
, cfgFixityOverrides = cfgFileFixities
101
, cfgRegion = region
0 commit comments