Current section

Files

Jump to
ecto_temp .formatter.exs
Raw

.formatter.exs

[
inputs: [
"{mix,.formatter}.exs",
"{.medic,config,lib,test}/**/*.{ex,exs}",
"guides/*.md",
"*.md"
],
line_length: 120,
locals_without_parens: [
deftemptable: :*,
column: :*
],
markdown: [line_length: 100],
plugins: [MarkdownFormatter]
]