Current section

Files

Jump to
bridge_ex .formatter.exs
Raw

.formatter.exs

[
locals_without_parens: [
field: :*,
resolve: :*,
plug: :*,
arg: :*,
parse: :*,
serialize: :*,
value: :*,
has_one: :*,
has_many: :*,
belongs_to: :*,
list_of: :*,
action_fallback: 1,
from: :*,
get: :*,
post: :*,
put: :*,
create: :*,
execute: :*,
index: :*,
add: :*,
table: :*,
remove: :*
],
import_deps: [],
inputs: ["*.{ex,exs}", "{config,lib,priv,test}/**/*.{ex,exs}"]
]