We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e3fd6 commit 55456fbCopy full SHA for 55456fb
plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs
@@ -43,6 +43,7 @@ descriptor :: Recorder (WithPriority LogEvent) -> PluginId -> PluginDescriptor I
43
descriptor recorder plId =
44
(defaultPluginDescriptor plId)
45
{ pluginHandlers = mkFormattingHandlers $ provider recorder plId
46
+ , pluginConfigDescriptor = defaultConfigDescriptor{configCustomConfig = mkCustomConfig properties}
47
}
48
49
properties :: Properties '[ 'PropertyKey "external" 'TBoolean]
0 commit comments