Packages

EctoCommand is a toolkit for mapping, validating, and executing commands received from any source.

Current section

Files

Jump to
ecto_command .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
import_deps: [:ecto, :ecto_sql],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [
param: :*,
internal: :*,
command: :*
],
line_length: 120
]