You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix#551] Indent clojure-align region before aligning (#552)
This prevents issues when aligning improperly indented code. Before, the region
would be aligned while retaining the improper indentation. The follow-up
indentation step would then break the alignment that was just performed.
With this commit, we switch the order by indenting first then aligning. This
retains compatibility with the test cases in #360.
0 commit comments