We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clojure-align
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using clojure-align on a block like this, which is not properly indented to begin with:
(let [a-long-name 10 b 20])
Should result in properly indented and aligned code, like this:
A single clojure-align application results in this:
A second application arrives at the proper result.
This is due to the clojure-align implementation, which first aligns the region as-is, then performs an indentation step.
Use clojure-align on improperly indented blocks of code, as above.
clojure-mode-20191112.1948
Emacs 26.3
Linux
The text was updated successfully, but these errors were encountered:
2d5456d
No branches or pull requests
Expected behavior
Using
clojure-align
on a block like this, which is not properly indented tobegin with:
Should result in properly indented and aligned code, like this:
Actual behavior
A single
clojure-align
application results in this:A second application arrives at the proper result.
This is due to the
clojure-align
implementation, which first aligns the region as-is, then performs an indentation step.Steps to reproduce the problem
Use
clojure-align
on improperly indented blocks of code, as above.Environment & Version information
clojure-mode version information
clojure-mode-20191112.1948
Emacs version
Emacs 26.3
Operating system
Linux
The text was updated successfully, but these errors were encountered: