Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indent: improper indent following a comma #443

Open
jbodah opened this issue Aug 3, 2018 · 0 comments
Open

Indent: improper indent following a comma #443

jbodah opened this issue Aug 3, 2018 · 0 comments

Comments

@jbodah
Copy link
Collaborator

jbodah commented Aug 3, 2018

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant