Closed
Description
(defn foo
"I don't do a whole lot. this is a super long docstring that I want to indent because it's getting out of control"
[x]
(println x "Hello, World!"))
Then hit clojure-fill-paragraph
in the docstring to indent and you get:
(defn foo
"I don't do a whole lot. this is a super long docstring that I want
to indent because it's getting out of control" [x]
(println x "Hello, World!"))
Notice how the lambda list is no longer on its own line.
Metadata
Metadata
Assignees
Labels
No labels