Current section

Files

Jump to
boundary .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
line_length: 120,
locals_without_parens: [
gen: :*,
check: :*,
all: :*
]
]