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
In summary, I expect the arguments to the threading macros to line up, as described in the style guide, but cljfmt's result differs depending on whether the file has a top-level ns form.
The text was updated successfully, but these errors were encountered:
I initially filed an issue in the vim-iced repo, but it looks like it's an issue with cljfmt.
Using Tonsky's formatting rule:
indentation.clj
:Starting file:
Expected result:
Actual result:
Now starting file with ns form commented out:
Actual matches expected:
In summary, I expect the arguments to the threading macros to line up, as described in the style guide, but cljfmt's result differs depending on whether the file has a top-level ns form.
The text was updated successfully, but these errors were encountered: