Current section
Files
Jump to
Current section
Files
.formatter.exs
locals_without_parens = []
[
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"],
import_deps: [:ecto, :ecto_sql],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens],
line_length: 80
]
# Generated by Elixir.Gaas.Generators.Simple.Formatter