Skip to content

if block not indented after else #16328

@miloush

Description

@miloush

Version Used: 2.0.0.61213

if (true) { }
else
if (false) { }

should be auto-formatted (after typing } or explicitly formatting document) as

if (true) { }
else
    if (false) { }

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions