ash_hq/.formatter.exs

18 lines
487 B
Elixir
Raw Normal View History

2022-03-21 17:43:24 +13:00
[
2022-03-26 10:17:01 +13:00
import_deps: [:ecto, :phoenix, :ash, :ash_postgres, :surface],
2022-03-21 17:43:24 +13:00
inputs: ["*.{ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{ex,exs}"],
2022-03-28 10:26:35 +13:00
subdirectories: ["priv/*/migrations"],
plugins: [Ash.ResourceFormatter],
2022-03-28 10:26:35 +13:00
locals_without_parens: [
name_attribute: 1,
2022-03-29 08:47:43 +13:00
library_version_attribute: 1,
load_for_search: 1,
doc_attribute: 1,
2022-03-30 17:40:17 +13:00
render_attributes: 1,
use_path_for_name?: 1,
sanitized_name_attribute: 1,
show_docs_on: 1,
header_ids?: 1
2022-03-28 10:26:35 +13:00
]
2022-03-21 17:43:24 +13:00
]