-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
.cljstyle
82 lines (78 loc) · 3.49 KB
/
.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
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
{:max-blank-lines
1
:rules
{:indentation
{:indents
{.then [[:inner 0]]
>def [[:inner 0]]
>defn [[:inner 0]]
>defn- [[:inner 0]]
add-watch [[:inner 0]]
apply [[:inner 0]]
as-> [[:inner 0]]
assert [[:inner 0]]
assoc [[:inner 0]]
assoc-in [[:inner 0]]
async/pipeline-async [[:inner 0]]
async/put! [[:inner 0]]
check-all-runners [[:inner 0]]
clet [[:inner 0]]
compute-attribute-graph [[:inner 0]]
compute-root-branch [[:inner 0]]
compute-run-graph* [[:inner 0]]
cond-> [[:inner 0]]
conj [[:inner 0]]
defrecord [[:inner 0]]
deftype [[:inner 0]]
every? [[:inner 0]]
fp/defsc [[:inner 0]]
graph-response? [[:inner 0]]
let-chan [[:inner 0]]
let-chan* [[:inner 0]]
mapv [[:inner 0]]
merge-indexes [[:inner 0]]
merge-mutation-stats! [[:inner 0]]
merge-node-stats! [[:inner 0]]
p.cache/cached [[:inner 0]]
p.ent/swap-entity! [[:inner 0]]
p.plugin/defplugin [[:inner 0]]
p.plugin/run-with-plugins [[:inner 0]]
p/cached-async [[:inner 0]]
pbir/env-table-resolver [[:inner 0]]
pbir/single-attr-with-env-resolver [[:inner 0]]
pbir/static-attribute-map-resolver [[:inner 0]]
pc/defmutation [[:inner 0]]
pc/defresolver [[:inner 0]]
pc/mutation [[:inner 0]]
pc/resolver [[:inner 0]]
pcg/parser-item [[:inner 0]]
pco/defresolver [[:inner 0]]
pco/mutation [[:inner 0]]
pco/resolver [[:inner 0]]
pcr/all-requires-ready? [[:inner 0]]
pcr/merge-mutation-stats! [[:inner 0]]
pcr/merge-node-stats! [[:inner 0]]
prop/for-all [[:inner 0]]
psm/smart-map [[:inner 0]]
pt/trace-leave [[:inner 0]]
pt/tracing [[:inner 0]]
recur [[:inner 0]]
reduce [[:inner 0]]
s/and [[:inner 0]]
s/conform [[:inner 0]]
s/fdef [[:inner 0]]
s/fspec [[:inner 0]]
s/spec [[:inner 0]]
smart-map [[:inner 0]]
some [[:inner 0]]
swap! [[:inner 0]]
update [[:inner 0]]
update-in [[:inner 0]]}}
:comments
{:enabled? false}
:blank-lines
{:padding-lines 1}
:functions
{:enabled? false}
:types
{:enabled? false}}}