noctuid / lispyville

lispy + evil = lispyville

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you clarify the indentation logic behind prettifier?

NightMachinery opened this issue · comments

That's how if indentation works in elisp. It's because if can have multiple else forms in elisp unlike in common lisp (the difference in indentation is meant to distinguish the else forms).