Skip to content

Inconsistent indentation after lines with binaries #143

@larshesel

Description

@larshesel

In the test below, the second assert is indented incorrectly. It seems to happen when there are binaries on the previous line. I'm using master (c862996) on emacs 24.3.1.

defmodule ExampleTest do
  use ExUnit.Case
  doctest Example

  test "the truth" do
    assert <<1,2>> == <<1,2>>
      assert 1 + 1 == 2
  end
end

I'll try and see if I can figure something out myself - but elisp is a bit of a mystery to me. Let me know if I can do anything to help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions