Packages

Elixir Scribe - A Mix Task to Generate Elixir and Phoenix Projects The Elixir Scribe tool aims to help developers to more easily write clean code in a clean software architecture for enhanced developer experience and productivity.

Current section

Files

Jump to
elixir_scribe .formatter.exs
Raw

.formatter.exs

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