Current section

Files

Jump to
html_sanitize_ex .formatter.exs
Raw

.formatter.exs

# Used by "mix format" and to export configuration.
export_locals_without_parens = []
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: export_locals_without_parens,
export: [locals_without_parens: export_locals_without_parens]
]