forked from ash-project/ash_postgres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.formatter.exs
63 lines (62 loc) · 1.18 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
spark_locals_without_parens = [
all_tenants?: 1,
base_filter_sql: 1,
calculations_to_sql: 1,
check: 1,
check_constraint: 2,
check_constraint: 3,
code?: 1,
concurrently: 1,
create?: 1,
deferrable: 1,
down: 1,
error_fields: 1,
exclusion_constraint_names: 1,
foreign_key_names: 1,
identity_index_names: 1,
identity_wheres_to_sql: 1,
ignore?: 1,
include: 1,
index: 1,
index: 2,
index?: 1,
match_type: 1,
match_with: 1,
message: 1,
migrate?: 1,
migration_defaults: 1,
migration_ignore_attributes: 1,
migration_types: 1,
name: 1,
nulls_distinct: 1,
on_delete: 1,
on_update: 1,
polymorphic?: 1,
polymorphic_on_delete: 1,
polymorphic_on_update: 1,
prefix: 1,
reference: 1,
reference: 2,
repo: 1,
schema: 1,
simple_join_first_aggregates: 1,
skip_unique_indexes: 1,
statement: 1,
statement: 2,
storage_types: 1,
table: 1,
template: 1,
unique: 1,
unique_index_names: 1,
up: 1,
update?: 1,
using: 1,
where: 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
]
]