oakmac / clojurefmt-js

clojurefmt in JavaScript
ISC License
4 stars 0 forks source link

ability to ignore the next form #6

Open oakmac opened 1 year ago

oakmac commented 1 year ago

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.

oakmac commented 3 months ago

Reference: