ash_admin/.formatter.exs
Zach Daniel 94f67cd321 chore: format code
fix: fix markdown editor and make things cleaner
2022-11-01 03:12:56 -04:00

30 lines
647 B
Elixir

spark_locals_without_parens = [
actor?: 1,
create_actions: 1,
default_resource_page: 1,
destroy_actions: 1,
field: 1,
field: 2,
format_fields: 1,
name: 1,
polymorphic_actions: 1,
polymorphic_tables: 1,
read_actions: 1,
relationship_display_fields: 1,
resource_group: 1,
resource_group_labels: 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: spark_locals_without_parens,
plugins: [Surface.Formatter.Plugin],
export: [
locals_without_parens: spark_locals_without_parens
]
]