forked from ash-project/ash_json_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.formatter.exs
45 lines (44 loc) · 848 Bytes
/
.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
# THIS FILE IS AUTOGENERATED USING `mix ash.formatter`
# DONT MODIFY IT BY HAND
locals_without_parens = [
authorize?: 1,
base: 1,
delete: 1,
delete: 2,
delete_from_relationship: 1,
delete_from_relationship: 2,
delimiter: 1,
get: 1,
get: 2,
includes: 1,
index: 1,
index: 2,
keys: 1,
log_errors?: 1,
paginate?: 1,
patch: 1,
patch: 2,
patch_relationship: 1,
patch_relationship: 2,
post: 1,
post: 2,
post_to_relationship: 1,
post_to_relationship: 2,
prefix: 1,
primary?: 1,
related: 2,
related: 3,
relationship: 2,
relationship: 3,
relationship_arguments: 1,
route: 1,
serve_schema?: 1,
type: 1
]
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [
locals_without_parens: locals_without_parens
]
]