Skip to content

Commit 048e916

Browse files
committed
Default individual plugin flags to True
1 parent 95facc8 commit 048e916

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

haskell-language-server.cabal

+14-14
Original file line numberDiff line numberDiff line change
@@ -94,74 +94,74 @@ flag class
9494

9595
flag haddockComments
9696
description: Enable haddockComments plugin
97-
default: False
97+
default: True
9898
manual: False
9999

100100
flag eval
101101
description: Enable eval plugin
102-
default: False
102+
default: True
103103
manual: False
104104

105105
flag importLens
106106
description: Enable importLens plugin
107-
default: False
107+
default: True
108108
manual: False
109109

110110
flag retrie
111111
description: Enable retrie plugin
112-
default: False
112+
default: True
113113
manual: False
114114

115115
flag tactic
116116
description: Enable tactic plugin
117-
default: False
117+
default: True
118118
manual: False
119119

120120
flag hlint
121121
description: Enable hlint plugin
122-
default: False
122+
default: True
123123
manual: False
124124

125125
flag moduleName
126126
description: Enable moduleName plugin
127-
default: False
127+
default: True
128128
manual: True
129129

130130
flag pragmas
131131
description: Enable pragmas plugin
132-
default: False
132+
default: True
133133
manual: True
134134

135135
flag splice
136136
description: Enable splice plugin
137-
default: False
137+
default: True
138138
manual: False
139139

140140
-- formatters
141141

142142
flag floskell
143143
description: Enable floskell plugin
144-
default: False
144+
default: True
145145
manual: True
146146

147147
flag fourmolu
148148
description: Enable fourmolu plugin
149-
default: False
149+
default: True
150150
manual: True
151151

152152
flag ormolu
153153
description: Enable ormolu plugin
154-
default: False
154+
default: True
155155
manual: True
156156

157157
flag stylishHaskell
158158
description: Enable stylishHaskell plugin
159-
default: False
159+
default: True
160160
manual: True
161161

162162
flag brittany
163163
description: Enable brittany plugin
164-
default: False
164+
default: True
165165
manual: True
166166

167167
common example-plugins

0 commit comments

Comments
 (0)