Skip to content

Indentation of parameters when no parenthesis are used #229

@manukall

Description

@manukall
defmodule MyMailer do
  use Mailgun.Client, domain: Application.get_env(:my_app, :mailgun_domain),
  key: Application.get_env(:my_app, :mailgun_key)
end

should the line starting with key: ... be indented one more level? the same happens in config files generated by phoenix.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions