Skip to content

reify indentation #335

@ernestas

Description

@ernestas

Emacs: 24.5.1
OS: Arch Linux
clojure-mode: 4.2.0-snapshot

I am getting this indentation with reify:

(reify
    om/IRender
  (render [this]))

Should it not be:

(reify
  om/IRender
  (render [this]))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions