rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.32k stars 95 forks source link

Add support for Brittany #319

Open pardom opened 5 years ago

pardom commented 5 years ago

Brittany is a popular formatter and is used in Haskell IDE Engine. Support for this formatter would be terrific!

rikvdkleij commented 5 years ago

Thanks for your suggestion!

I do not see a problem with implementing support for Brittany but for me it has no priority

Currently Hindent is used as default formatter. Brittany can be used as alternative formatter.

pwm commented 5 years ago

+1 for Britanny

sheyll commented 5 years ago

+1 for Brittany

scameronde commented 5 years ago

+1 for Brittany

oderwat commented 5 years ago

I also would like to have support for Brittany. But what I really really want may be support for using a script as formatter, since I want to build my own little tool chain for formatting.