Current section

Files

Jump to
ash_phoenix_gen_api .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}**/*.{ex,exs}"],
locals_without_parens: [
# AshPhoenixGenApi.Resource DSL
gen_api: 0,
gen_api: 1,
action: 1,
action: 2,
request_type: 1,
timeout: 1,
response_type: 1,
request_info: 1,
check_permission: 1,
choose_node_mode: 1,
nodes: 1,
retry: 1,
version: 1,
mfa: 1,
arg_types: 1,
arg_orders: 1,
disabled: 1,
service: 1,
supporter_module: 1,
define_supporter?: 1
]
]