ash_postgres/.formatter.exs

64 lines
1.2 KiB
Elixir
Raw Permalink Normal View History

2022-09-09 05:28:58 +12:00
spark_locals_without_parens = [
all_tenants?: 1,
2020-09-20 10:08:09 +12:00
base_filter_sql: 1,
calculations_to_sql: 1,
check: 1,
check_constraint: 2,
check_constraint: 3,
code?: 1,
2021-09-21 08:38:36 +12:00
concurrently: 1,
2020-10-29 15:26:45 +13:00
create?: 1,
deferrable: 1,
down: 1,
2024-01-30 04:52:34 +13:00
error_fields: 1,
exclusion_constraint_names: 1,
foreign_key_names: 1,
identity_index_names: 1,
identity_wheres_to_sql: 1,
2022-05-24 18:14:58 +12:00
ignore?: 1,
2021-09-21 08:38:36 +12:00
include: 1,
index: 1,
index: 2,
index?: 1,
match_type: 1,
match_with: 1,
message: 1,
2020-09-20 10:08:09 +12:00
migrate?: 1,
2022-11-21 21:08:04 +13:00
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,
2021-09-21 08:38:36 +12:00
prefix: 1,
reference: 1,
reference: 2,
2020-09-20 10:08:09 +12:00
repo: 1,
schema: 1,
simple_join_first_aggregates: 1,
2020-09-20 10:08:09 +12:00
skip_unique_indexes: 1,
statement: 1,
statement: 2,
storage_types: 1,
2020-10-29 15:26:45 +13:00
table: 1,
template: 1,
2021-09-21 08:38:36 +12:00
unique: 1,
unique_index_names: 1,
up: 1,
2021-09-21 08:38:36 +12:00
update?: 1,
using: 1,
where: 1
2020-09-20 10:08:09 +12:00
]
2020-06-15 19:05:21 +12:00
2019-10-07 09:36:18 +13:00
[
2020-06-15 19:05:21 +12:00
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
2022-09-09 05:33:29 +12:00
locals_without_parens: spark_locals_without_parens,
2020-06-15 19:05:21 +12:00
export: [
2022-09-09 05:33:29 +12:00
locals_without_parens: spark_locals_without_parens
2020-06-15 19:05:21 +12:00
]
2019-10-07 09:36:18 +13:00
]