Skip to content

Commit 55456fb

Browse files
georgefstmichaelpj
andauthored
Register Fourmolu plugin properties (#3284)
Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
1 parent 86e3fd6 commit 55456fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ descriptor :: Recorder (WithPriority LogEvent) -> PluginId -> PluginDescriptor I
4343
descriptor recorder plId =
4444
(defaultPluginDescriptor plId)
4545
{ pluginHandlers = mkFormattingHandlers $ provider recorder plId
46+
, pluginConfigDescriptor = defaultConfigDescriptor{configCustomConfig = mkCustomConfig properties}
4647
}
4748

4849
properties :: Properties '[ 'PropertyKey "external" 'TBoolean]

0 commit comments

Comments
 (0)