lspitzner/brittany

Alternate behaviour for block-level keywords

Open

#188 ouverte le 13 oct. 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Haskell (63 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (582 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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 = ...

Guide contributeur