Packages

A silly library that lets you use @behave instead of @behaviour

Current section

Files

Jump to
well_behaved .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: [
"{mix,.formatter}.exs",
"{config,lib,test}/**/*.{ex,exs}"
],
locals_without_parens: [
assert_style: 1,
assert_style: 2
],
plugins: [Quokka]
]