Merge pull request #221 from hackeryarn/patch-1

Added Emacs to Editor Integration
pull/222/head^2
Lennart Spitzner 2019-06-05 22:46:10 +02:00 committed by GitHub
commit 078f666fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ log the size of the input, but _not_ the full input/output of requests.)
brittany built in.
#### Atom
[Atom Beautify](https://atom.io/packages/atom-beautify) supports brittany as a formatter for Haskell. Since the default formatter is set to hindent, you will need to change this setting to brittany, after installing the extension.
#### Emacs
[format-all](https://github.com/lassik/emacs-format-all-the-code) support brittany as the default formatter for Haskell.
# Usage