Packages

Elixir Command Line Interface Library. A library that helps to develop CLI tools with Elixir.

Current section

Files

Jump to
do_it .formatter.exs
Raw

.formatter.exs

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