Current section

Files

Jump to
nldoc_validation .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs:
["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
|> Enum.flat_map(&Path.wildcard(&1, match_dot: true))
|> Enum.reject(&String.starts_with?(&1, "test/snapshots")),
locals_without_parens: [
value: 2,
field: 2,
field: 3,
embeds_one: 2,
embeds_many: 2,
polymorphic_embeds_one: 2,
polymorphic_embeds_many: 2
]
]