Skip to content

Indentation issue inside case expression #105

@Scramblejams

Description

@Scramblejams

image

def rstr(<<c::utf8, s::binary>>, <<c::utf8, sub::binary>>, i, l) do
    case prefix(sub, s) do
        true -> rstr(s, <<c::utf8, sub::binary>>, i+1, i)
                false -> rstr(s, <<c::utf8, sub::binary>>, i+1, l)
    end
end

Emacs 24.3.1 with elixir-mode 1.5.0.

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