Skip to content

Indent: Adding "do" inside a comment impacts indentation #569

@ppikula

Description

@ppikula

Actual

defmodule Indent do
  def func() do
    # do nothing
      :ok
    end
end

Expected

defmodule Indent do
  def func() do
    # do nothing
    :ok
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions