lspitzner / brittany

haskell source code formatter
GNU Affero General Public License v3.0
690 stars 72 forks source link

Awkward alignment of function calls in do block #128

Closed matthew-piziak closed 6 years ago

matthew-piziak commented 6 years ago

This seems undesirable. Is this behavior known?

… = do
  createDirectoryIfMissing True        path
  openFile                 fileName    AppendMode

I would prefer the following:

… = do
  createDirectoryIfMissing True path
  openFile fileName AppendMode
lspitzner commented 6 years ago

oh, i need to write "fixes #65, fixes #128". stupid github :p