Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't format comment #222

Open
vinurs opened this issue Apr 8, 2021 · 2 comments
Open

can't format comment #222

vinurs opened this issue Apr 8, 2021 · 2 comments

Comments

@vinurs
Copy link

vinurs commented Apr 8, 2021

have the code like this

(defn test
  []
;; this is a comment
  (+
   1 2))

but the comment line can not be formatted, it shows All source files formatted correctly

@weavejester
Copy link
Owner

I'd be okay with a PR that makes formatting comments optional, though I don't think it should be the default. Comments aren't code, and shouldn't necessarily have the same indentation.

@lread
Copy link
Contributor

lread commented Apr 8, 2021

There is some good discussion on formatting comments in this existing issue: #112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants