-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cljstyle
More file actions
29 lines (29 loc) · 807 Bytes
/
.cljstyle
File metadata and controls
29 lines (29 loc) · 807 Bytes
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
27
28
29
{:rules
{:indentation
{:indents
{letfn [[:inner 2 0]]
reduce [[:inner 0]]
every? [[: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]]}}
:whitespace {:remove-surrounding? true
:remove-trailing? true
:insert-missing? true}
:blank-lines {:padding-lines 1}
:types {:enabled? false}
:namespaces {:enabled? true
:indent-size 2}}
:max-blank-lines 1}