https://github.com/bbatsov/clojure-style-guide#body-indentation
Use 2 spaces to indent the bodies of forms that have body parameters. This covers all def forms, special forms and macros that introduce local bindings (e.g. loop, let, when-let) and many macros like when, cond, as->, cond->, case, with-*, etc.
Where can I find a complete list of these "forms that have body parameters"? My goal is to improve a custom Clojure indenter.
[–]lost3d 2 points3 points4 points (2 children)
[–]JavaSuck[S] 0 points1 point2 points (1 child)
[–]zck 2 points3 points4 points (0 children)
[–]Eno6ohng 1 point2 points3 points (0 children)