Closed drewinglis closed 5 years ago
Fixes #6.
We weren't writing anything for the start-element for the :namespaced-map node, which means that we weren't accounting for it in the indentation for any subsequent lines.
start-element
:namespaced-map
See also: https://github.com/xsc/rewrite-clj/pull/66
I finally patched this up, and it is ready for re-review.
Oh, I don't have write access to your repository so I can't merge. But if you do merge, please squash me. :)
Fixes #6.
We weren't writing anything for the
start-element
for the:namespaced-map
node, which means that we weren't accounting for it in the indentation for any subsequent lines.See also: https://github.com/xsc/rewrite-clj/pull/66