ash_admin/.formatter.exs
2021-03-22 00:05:49 -04:00

26 lines
542 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,
manage_related: 1,
name: 1,
polymorphic_tables: 1,
read_actions: 1,
relationships: 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
]
]