Current section

Files

Jump to
tesla .formatter.exs
Raw

.formatter.exs

# Used by "mix format" and to export configuration.
export_locals_without_parens = [
plug: 1,
plug: 2,
adapter: 1,
adapter: 2
]
[
inputs: [
"bench/**/*.{ex,exs}",
"lib/**/*.{ex,exs}",
"test/**/*.{ex,exs}",
"mix.exs"
],
locals_without_parens: export_locals_without_parens,
export: [locals_without_parens: export_locals_without_parens]
]