Current section

Files

Jump to
indexed .formatter.exs
Raw

.formatter.exs

locals_without_parens = [managed: 1, managed: 2, managed: 3]
[
import_deps: [:ecto],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [
locals_without_parens: locals_without_parens
]
]