ash_hq/.formatter.exs
Zach Daniel 23758f2db5 WIP
2022-03-30 00:40:17 -04:00

13 lines
373 B
Elixir

[
import_deps: [:ecto, :phoenix, :ash, :ash_postgres, :surface],
inputs: ["*.{ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{ex,exs}"],
subdirectories: ["priv/*/migrations"],
locals_without_parens: [
name_attribute: 1,
library_version_attribute: 1,
load_for_search: 1,
doc_attribute: 1,
render_attributes: 1,
header_ds?: false
]
]