lspitzner/brittany

Alternate behaviour for block-level keywords

Open

#188 aberto em 13 de out. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Haskell (63 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (582 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador