lspitzner/brittany

Alternate behaviour for block-level keywords

Open

#188 geöffnet am 13. Okt. 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (63 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (582 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide