1
1
mirror of https://github.com/penpot/penpot.git synced 2024-07-07 04:26:29 +03:00
penpot/.cljfmt.edn
2024-07-04 12:30:28 +02:00

11 lines
414 B
Clojure

{:sort-ns-references? true
:remove-multiple-non-indenting-spaces? false
:remove-surrounding-whitespace? true
:remove-consecutive-blank-lines? false
:extra-indents {rumext.v2/fnc [[:inner 0]]
cljs.test/async [[:inner 0]]
app.common.schema/register! [[:inner 0] [:inner 1]]
promesa.exec/thread [[:inner 0]]
specify! [[:inner 0] [:inner 1]]}
}