ash_hq/.formatter.exs
2023-12-06 21:11:07 -05:00

39 lines
815 B
Elixir

[
import_deps: [
:ecto,
:phoenix,
:ash,
:ash_postgres,
:ash_sqlite,
:ash_graphql,
:surface,
:ash_admin,
:ash_csv,
:ash_authentication,
:ash_authentication_phoenix,
:ash_oban
],
inputs: [
"*.{ex,exs}",
"priv/*/seeds.exs",
"priv/repo/**/*.{ex,exs}",
"priv/scripts/**/*.{ex,exs}",
"{config,lib,test}/**/*.{ex,exs}"
],
plugins: [Spark.Formatter, Surface.Formatter.Plugin],
subdirectories: ["priv/*/migrations"],
locals_without_parens: [
has_name_attribute?: 1,
name_attribute: 1,
load_for_search: 1,
doc_attribute: 1,
render_attributes: 1,
use_path_for_name?: 1,
add_name_to_path?: 1,
item_type: 1,
sanitized_name_attribute: 1,
show_docs_on: 1,
header_ids?: 1,
table_of_contents?: 1
]
]