ash_archival/.formatter.exs
2024-04-26 03:28:20 -04:00

14 lines
329 B
Elixir

spark_locals_without_parens = [
archive_related: 1,
attribute: 1,
exclude_destroy_actions: 1,
exclude_read_actions: 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
]
]