rewrite-clj
rewrite-clj copied to clipboard
`paredit/wrap-fully-forward-slurp` removes indents
Version
rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}
Platform
Clojure version: 1.11.1
Symptom
wrap-fully-forward-slurp kills all the indents of the code it is slurping
Reproduction
(-> (z/of-string "
[indented
list
of
symbols]")
z/down
(pe/wrap-fully-forward-slurp :map)
z/print-root)
Actual behavior
[{indented
list
of
symbols}]
Expected behavior
[{indented
list
of
symbols}]
Thanks for raising @mrkam2, I'll take a peek soon!