Current section

Files

Jump to
test_match .formatter.exs
Raw

.formatter.exs

locals_without_parens = [
match_r: 2,
match_r: 3,
assert_match: 2,
assert_match: 3,
refute_match: 2,
refute_match: 3
]
[
locals_without_parens: locals_without_parens,
export: [
locals_without_parens: locals_without_parens
],
inputs: ["*.{ex,exs}"]
]