haskell / haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Apache License 2.0
2.65k stars 355 forks source link

Add missing documentation for cabal formatters #4322

Closed fendor closed 1 month ago

fendor commented 3 months ago

Fixes #4313

Adds documentation about the default formatters. I am not sure that's the correct location, though, to document the defaults.

fendor commented 3 months ago

Seems like I forgot to add the cabalFormattingProvider to vscode :see_no_evil: My mistake.

https://github.com/haskell/vscode-haskell/issues/1099

fendor commented 1 month ago

@michaelpj I think we should merge this as is, as it merely documents the status-quo