Fork me on GitHub
#editors
<
2017-06-13
>
borkdude16:06:54

How does one format EDN in Atom?

borkdude16:06:04

Or how to prettify a bunch of EDN in Emacs?

jeff.terrell17:06:43

@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-\?

jeff.terrell17:06:10

I'm guessing a little because I'd be doing this in Spacemacs/evil mode, where I'd use the vim-style = operator.

borkdude17:06:31

Indent doesn’t spread it out like pprint does

jeff.terrell17:06:47

Even with Clojure mode on? (Assuming there's no EDN mode, that is…)

romain21:06:38

Any VS code amateur to get some feedbacks ?