Current section
Files
Jump to
Current section
Files
.formatter.exs
[
inputs: [
"{config,lib,priv,test}/**/*.{ex,exs}",
"mix.exs",
".formatter.exs",
".iex.exs"
],
locals_without_parens: [
add: :*,
belongs_to: :*,
create: :*,
field: :*,
forward: :*,
get: :*,
has_many: :*,
named: :*,
pipe_through: :*,
plug: :*,
socket: :*,
store_named: :*,
whereis: :*,
whereis_name: :*
]
]