Skip to content

Wrong indentation for catch after try in brace-less if #111

@Geod24

Description

@Geod24
void main ()
{
    if (true)
        try
	    throw new Exception("Hello World");
    catch (Exception exc) {}
}

Emacs 27.2, latest Emacs-D-Mode

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