Code formatting #102
Code formatting
#102
-
Excuse my lack of knowledge, I'm not very familiar with clojure/clojurescript ecosystem. Does cherry provide a way for client-side code formatting of cljs code? something similar to gofmt? I currently use parinfer.js, which can be better. so, does cherry provide that, or do you recommend some other alternative? thank you |
Beta Was this translation helpful? Give feedback.
Answered by
borkdude
Jun 5, 2023
Replies: 1 comment 1 reply
-
I believe Nextjournal's lang-clojure plugin for codemirror has some indentation stuff: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hatemhosny
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe Nextjournal's lang-clojure plugin for codemirror has some indentation stuff:
https://github.com/nextjournal/lang-clojure/blob/2c8b207cfe3d99fb76046c65f8028af336182f0a/src/clojure.ts#L33-L48