lspitzner/brittany

Alternate behaviour for block-level keywords

Open

#188 建立於 2018年10月13日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Haskell (63 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (582 star)
PR 合併指標
 (30 天內沒有已合併 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 = ...

貢獻者指南