Current section

Files

Jump to
propcheck .formatter.exs
Raw

.formatter.exs

[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [
defcommand: 2,
implies: 2,
let: 2,
forall: 2,
forall: 3,
such_that: 2,
such_that_maybe: 2
]
]