Fork me on GitHub
#cider
<
2016-11-30
>
tianshu10:11:58

@danielstockton It seems impossible, and there's no indentation for your own component unless you provide :style/indent. 😂

juhoteperi11:11:10

(doseq [v (vals (ns-publics *ns*))]
  (alter-meta! v assoc :indent/style 1))
Should add the indent metadata to all vars in a namespace

juhoteperi11:11:52

You can even change *ns* to any namespace (as symbol)

madstap19:11:15

Just a quick correction, I believe it's :style/indent and not :indent/style