Skip to content

Indent: improper indent following a comma #443

Open
@jbodah

Description

@jbodah

Filing a bug? Have you already tried updating vim-elixir? For indentation/highlighting bugs, please use the following template:

Actual

config :logger,
level: (if level = System.get_env("LOG_LEVEL"), do: String.to_atom(level), else: :warn),
protocol_version: :"tlsv1.2"

Expected

config :logger,
  level: (if level = System.get_env("LOG_LEVEL"), do: String.to_atom(level), else: :warn),
  protocol_version: :"tlsv1.2"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions