greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

Respect the :style/indent metadata on custom macros #90

Open holyjak opened 2 years ago

holyjak commented 2 years ago

According to https://guide.clojure.style/#indentation-metadata, CIDER proposed a tool-agnostic indentation specification like this: {:style/indent 1} It would be great if cljstyle supported it.