Skip to content

Clojure-fill-paragraph moves the lambda list #242

Closed
@expez

Description

@expez
(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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions