Current section
Files
Jump to
Current section
Files
.formatter.exs
locals_without_parens = [
set: 2,
extends: 1
]
# Used by "mix format"
[
import_deps: [:phoenix],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [
locals_without_parens: locals_without_parens
]
]