Current section

Files

Jump to
pluggable .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [step: 1, step: 2],
export: [
locals_without_parens: [step: 1, step: 2]
]
]