Packages

Explainable, durable notification library for Elixir.

Current section

Files

Jump to
chimeway .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: [
"{mix,.formatter}.exs",
"{config,lib}/**/*.{ex,exs}",
"test/chimeway/**/*.{ex,exs}",
"test/support/**/*.{ex,exs}",
"test/*.{ex,exs}"
]
]