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
(defnfoo"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.
The text was updated successfully, but these errors were encountered:
Then hit
clojure-fill-paragraph
in the docstring to indent and you get:Notice how the lambda list is no longer on its own line.
The text was updated successfully, but these errors were encountered: