opentelemetry-erlang-contrib/instrumentation/opentelemetry_httpoison/.formatter.exs

22 lines
363 B
Elixir
Raw Normal View History

[
locals_without_parens: [
field: :*,
resolve: :*,
plug: :*,
arg: :*,
add: :*,
parse: :*,
serialize: :*,
value: :*,
has_one: :*,
has_many: :*,
from: :*,
get: :*,
post: :*,
put: :*,
belongs_to: :*
],
inputs: ["lib/**/*.{ex,exs}", "test/**/*.{ex,exs}", "config/**/*.{ex,exs}"],
line_length: 120
]