File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,8 @@ Some examples include:
265
265
variable to the file in which you want to keep your LSP settings
266
266
267
267
### Formatting providers
268
+ ##### Raw LSP key name: ` haskell.formattingProvider `
269
+
268
270
By default, haskell-language-server is compiled with support for several different formatters.
269
271
270
272
These include
@@ -274,20 +276,6 @@ These include
274
276
* ` stylish-haskell `
275
277
* ` brittany ` (if compiled with AGPL)
276
278
277
- To choose one of them, you need to include the name of the one you want to use
278
- as the value for the ` formattingProvider ` key in your LSP configuration like so:
279
- ``` json
280
- {
281
- ...
282
- "haskell" : {
283
- ...
284
- "formattingProvider" : " fourmolu"
285
- ...
286
- }
287
- ...
288
- }
289
- ```
290
-
291
279
## Project Configuration
292
280
293
281
** For a full explanation of possible configurations, refer to [ hie-bios/README] ( https://github.com/mpickering/hie-bios/blob/master/README.md ) .**
You can’t perform that action at this time.
0 commit comments