-
Notifications
You must be signed in to change notification settings - Fork 3
/
.cljfmt.edn
89 lines (89 loc) · 2.87 KB
/
.cljfmt.edn
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{:indentation? true
:insert-missing-whitespace? true
:remove-consecutive-blank-lines? true
:remove-multiple-non-indenting-spaces? true
:remove-surrounding-whitespace? true
:remove-trailing-whitespace? true
:sort-ns-references? true
:indents {alt! [[:block 0]]
alt!! [[:block 0]]
are [[:block 2]]
#_#_as-> [[:block 2]]
binding [[:block 1]]
bound-fn [[:inner 0]]
case [[:block 1]]
catch [[:block 2]]
comment [[:block 0]]
cond [[:block 0]]
condp [[:block 2]]
#_#_cond-> [[:block 1]]
#_#_cond->> [[:block 1]]
def [[:inner 0]]
defmacro [[:inner 0]]
defmethod [[:inner 0]]
defmulti [[:inner 0]]
defn [[:inner 0]]
defn- [[:inner 0]]
defonce [[:inner 0]]
defprotocol [[:block 1] [:inner 1]]
defrecord [[:block 2] [:inner 1]]
defroot [[:inner 0]]
defstruct [[:block 1]]
deftest [[:inner 0]]
deftype [[:block 2] [:inner 1]]
delay [[:block 0]]
do [[:block 0]]
doseq [[:block 1]]
dotimes [[:block 1]]
doto [[:block 1]]
extend [[:block 1]]
extend-protocol [[:block 1] [:inner 1]]
extend-type [[:block 1] [:inner 1]]
fdef [[:inner 0]]
finally [[:block 0]]
fn [[:inner 0]]
for [[:block 1]]
future [[:block 0]]
go [[:block 0]]
go-loop [[:block 1]]
if [[:block 1]]
if-let [[:block 1]]
if-not [[:block 1]]
if-some [[:block 1]]
let [[:block 1]]
letfn [[:block 1] [:inner 2 0]]
locking [[:block 1]]
loop [[:block 1]]
match [[:block 1]]
ns [[:block 1]]
proxy [[:block 2] [:inner 1]]
reify [[:inner 0] [:inner 1]]
struct-map [[:block 1]]
testing [[:block 1]]
thread [[:block 0]]
try [[:block 0]]
use-fixtures [[:inner 0]]
when [[:block 1]]
when-first [[:block 1]]
when-let [[:block 1]]
when-not [[:block 1]]
when-some [[:block 1]]
while [[:block 1]]
with-local-vars [[:block 1]]
with-open [[:block 1]]
with-out-str [[:block 0]]
with-precision [[:block 1]]
with-redefs [[:block 1]]
with-gen [[:block 0]]
-> [[:block 0]]
->> [[:block 0]]
as-> [[:block 0]]
cond-> [[:inner 0]]
cond->> [[:inner 0]]
reg-sub [[:inner 0]]
reg-sub-raw [[:inner 0]]
reg-event-db [[:inner 0]]
reg-event-fx [[:inner 0]]
reg-fx [[:inner 0]]
fn-traced [[:inner 0]]
defmigration [[:inner 0]]}}