-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cljstyle
26 lines (26 loc) · 980 Bytes
/
.cljstyle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{:rules
{:indentation
{:indents
{reduce [[:inner 0]],
every? [[:inner 0]],
u/with-mounted-component [[:inner 0 2]],
r/with-let [[:inner 0]],
conj [[:inner 0]],
as-> [[:inner 0]],
assoc-in [[:inner 0]],
some [[:inner 0]],
cond-> [[:inner 0]],
update [[:inner 0]],
update-in [[:inner 0]],
recur [[:inner 0]],
swap! [[:inner 0]],
assert [[:inner 0]],
mapv [[:inner 0]],
apply [[:inner 0]],
assoc [[:inner 0]],
defrecord [[:inner 0]],
.then [[:inner 0]]}},
:blank-lines {:padding-lines 1},
:types {:enabled? false},
:namespaces {:enabled? false}},
:max-blank-lines 1}