Skip to content

Add :never-align option #382

Closed
Closed
@arichiardi

Description

@arichiardi

This is more of a feature request than a bug and it is useful because re-frame has this very nice trick for debugging but it needs to wrap sexp with trace-forms.

Expected behavior

(trace-forms ...

(rf/register-handler :reset-db app-mw
  ...)

...many other handlers...

)

Actual behavior

(trace-forms ...

 (rf/register-handler :reset-db app-mw
   ...)

  ...many other handlers...

)

clojure-mode version information

*Include here the version string displayed by `M-x

clojure-mode (version 5.3.0)

I was playing with clojure-mode and added a :never-align option inside this cond clojure--normal-indent. The only thing I think is that I need to add something else so that clojure-indent-function does not pass :always-align by default.

Before keeping working on this I wanted to ask if it is something worth working on 😄

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