Packages

An ergonomic library for investigating the Hex.pm API

Retired package: Deprecated - pre-release

Current section

Files

Jump to
aura .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: [Styler]
]