lspitzner/brittany

Alternate behaviour for block-level keywords

Open

#188 aperta il 13 ott 2018

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Haskell (63 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (582 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I see that you have a flag lconfig_indentWhereSpecial that, if I understand correctly, will have the where-keyword indented at half the length of a normal indent (or something along those lines) would it be possible to get a flag to have the keyword align with the block. As in:

f x = closure
  where
  closure = ...

Guida contributor