Current section

Files

Jump to
ecto_date_time_range .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: [
"{mix,.credo,.formatter}.exs",
"{.medic,config,lib,test}/**/*.{ex,exs}",
"guides/**/*.md",
"*.md"
],
markdown: [line_length: 100],
plugins: [MarkdownFormatter]
]