-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
.formatter.exs
76 lines (75 loc) · 1.32 KB
/
.formatter.exs
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
spark_locals_without_parens = [
authorize?: 1,
base: 1,
base_route: 1,
base_route: 2,
base_route: 3,
default_fields: 1,
delete: 1,
delete: 2,
delete: 3,
delete_from_relationship: 1,
delete_from_relationship: 2,
delete_from_relationship: 3,
delimiter: 1,
derive_filter?: 1,
derive_sort?: 1,
get: 1,
get: 2,
get: 3,
group_by: 1,
include_nil_values?: 1,
includes: 1,
index: 1,
index: 2,
index: 3,
keys: 1,
log_errors?: 1,
metadata: 1,
modify_conn: 1,
name: 1,
paginate?: 1,
patch: 1,
patch: 2,
patch: 3,
patch_relationship: 1,
patch_relationship: 2,
patch_relationship: 3,
post: 1,
post: 2,
post: 3,
post_to_relationship: 1,
post_to_relationship: 2,
post_to_relationship: 3,
prefix: 1,
primary?: 1,
query_params: 1,
read_action: 1,
related: 2,
related: 3,
related: 4,
relationship: 2,
relationship: 3,
relationship: 4,
relationship_arguments: 1,
resource: 1,
route: 1,
route: 3,
route: 4,
route: 5,
router: 1,
serve_schema?: 1,
show_raised_errors?: 1,
tag: 1,
type: 1,
upsert?: 1,
upsert_identity: 1,
wrap_in_result?: 1
]
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: spark_locals_without_parens,
export: [
locals_without_parens: spark_locals_without_parens
]
]