Is there an online tool to auto-indent and format Clojure code like there are many for JSON?

后端 未结 4 675
别跟我提以往
别跟我提以往 2021-02-18 23:20

There are a lot of tools online that take a JSON text and show you formatted and well indented format of the same.

Some go even further and make a nice tree-like structu

4条回答
  •  情话喂你
    2021-02-18 23:55

    Following up on this - there is now http://pretty-print.net which will serve this very purpose for EDN and Clojure Code.

提交回复
热议问题