Skip to content

Commit 6fab02b

Browse files
jneiramergify[bot]
andauthored
Set all plugin flags to manual (#1510)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 848067b commit 6fab02b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

haskell-language-server.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,37 +106,37 @@ flag all-formatters
106106
flag class
107107
description: Enable class plugin
108108
default: True
109-
manual: False
109+
manual: True
110110

111111
flag haddockComments
112112
description: Enable haddockComments plugin
113113
default: True
114-
manual: False
114+
manual: True
115115

116116
flag eval
117117
description: Enable eval plugin
118118
default: True
119-
manual: False
119+
manual: True
120120

121121
flag importLens
122122
description: Enable importLens plugin
123123
default: True
124-
manual: False
124+
manual: True
125125

126126
flag retrie
127127
description: Enable retrie plugin
128128
default: True
129-
manual: False
129+
manual: True
130130

131131
flag tactic
132132
description: Enable tactic plugin
133133
default: True
134-
manual: False
134+
manual: True
135135

136136
flag hlint
137137
description: Enable hlint plugin
138138
default: True
139-
manual: False
139+
manual: True
140140

141141
flag moduleName
142142
description: Enable moduleName plugin
@@ -151,7 +151,7 @@ flag pragmas
151151
flag splice
152152
description: Enable splice plugin
153153
default: True
154-
manual: False
154+
manual: True
155155

156156
-- formatters
157157

0 commit comments

Comments
 (0)