ash_admin/.formatter.exs
Zach Daniel b214535f0c improvement: remove compile-time router, use params instead
improvement!: support latest surface/phoenix
2021-09-01 02:43:31 -04:00

27 lines
567 B
Elixir

# THIS FILE IS AUTOGENERATED USING `mix ash.formatter`
# DONT MODIFY IT BY HAND
locals_without_parens = [
actor?: 1,
create_actions: 1,
destroy_actions: 1,
field: 1,
field: 2,
format_fields: 1,
name: 1,
polymorphic_tables: 1,
read_actions: 1,
relationship_display_fields: 1,
show?: 1,
show_action: 1,
table_columns: 1,
type: 1,
update_actions: 1
]
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [
locals_without_parens: locals_without_parens
]
]