Skip to main content

.formatter.exs

[
  inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
  line_length: 100,
  locals_without_parens: [
    plug: 1,
    plug: 2,
    pipeline: 2,
    scope: 2,
    scope: 3,
    pipe_through: 1,
    post: 3,
    post: 4,
    get: 3,
    get: 4,
    put: 3,
    put: 4,
    patch: 3,
    patch: 4,
    delete: 3,
    delete: 4
  ]
]