lspitzner/brittany

Alternate behaviour for block-level keywords

Open

#188 opened on 2018年10月13日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Haskell (63 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (582 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド