ash_archival/.formatter.exs

18 lines
398 B
Elixir
Raw Permalink Normal View History

2024-04-26 19:28:20 +12:00
spark_locals_without_parens = [
archive_related: 1,
attribute: 1,
2024-09-08 00:16:09 +12:00
attribute_type: 1,
base_filter?: 1,
2024-04-26 19:28:20 +12:00
exclude_destroy_actions: 1,
exclude_read_actions: 1,
exclude_upsert_actions: 1
2024-04-26 19:28:20 +12:00
]
2022-07-14 06:29:49 +12:00
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: spark_locals_without_parens,
2022-07-14 06:29:49 +12:00
export: [
locals_without_parens: spark_locals_without_parens
2022-07-14 06:29:49 +12:00
]
]