ash_hq/.formatter.exs
2023-01-12 23:52:58 -05:00

37 lines
800 B
Elixir

[
import_deps: [
:ecto,
:phoenix,
:ash,
:ash_postgres,
:ash_graphql,
:surface,
:ash_admin,
:ash_csv,
:ash_authentication,
:ash_authentication_phoenix
],
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: [
auto_sanitize_name_attribute?: 1,
name_attribute: 1,
library_version_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
]
]