How does one format EDN in Atom?
Or how to prettify a bunch of EDN in Emacs?
@borkdude - Can you turn on Clojure mode (`M-x clojure-mode`) then highlight a region and indent it with M-x indent-region
or C-M-\
?
I'm guessing a little because I'd be doing this in Spacemacs/evil mode, where I'd use the vim-style =
operator.
Indent doesn’t spread it out like pprint does
Even with Clojure mode on? (Assuming there's no EDN mode, that is…)
Any VS code amateur to get some feedbacks ?