-
Notifications
You must be signed in to change notification settings - Fork 3
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
ability to ignore the next form #6
Labels
Comments
Prior art:
|
oakmac
added
enhancement
New feature or request
v1 blocker
Required for a v1.0.0 release
labels
Aug 29, 2024
I am leaning toward something very similar to how clj-kondo works: Ignore the next form
Ignore the whole file
|
oakmac
added a commit
that referenced
this issue
Oct 16, 2024
PR-120 adds support for Next up is adding support for |
This was referenced Oct 16, 2024
oakmac
added a commit
that referenced
this issue
Oct 16, 2024
PR-122 adds support for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Users should have a simple way to tell the formatter "ignore the next form".
Current idea: comments that contain the string
clojurefmt:ignore
will cause the next form to be ignored.I want to avoid using metadata for this purpose because I do not want to create the impression that this can be adjusted at runtime programmatically.
The text was updated successfully, but these errors were encountered: