Unibeautify / unibeautify

One Beautifier to rule them all, One Beautifier to clean them, One Beautifier to bring them all and in the darkness sheen them
https://unibeautify.com/
MIT License
544 stars 41 forks source link

Add brittany beautifier for Haskell #190

Closed lassik closed 6 years ago

lassik commented 6 years ago

Beautifier Details Name: brittany Link to project/homepage: https://github.com/lspitzner/brittany

If this is a new beautifier, please fill out the below Languages Supported: Haskell How is it run (node, terminal, etc): external program that reads from stdin and writes to stdout

I made a repo with Unibeautify support by cloning beautifier-template and copy-pasting stuff from beautifier-black until I got a test to pass. This is my first ever Node and TypeScript code 😄 Hence I made as few changes as possible to try not to screw anything up. Would be nice if somone could go over them (it's all in one commit) to check for anything that needs to be fixed.

stevenzeck commented 6 years ago

This issue was moved to Unibeautify/beautifier-brittany#1