Open miloush opened 7 years ago
Version Used: 2.0.0.61213
if (true) { } else if (false) { }
should be auto-formatted (after typing } or explicitly formatting document) as
}
Interesting. We don't touch the indentation of the if at all, no matter where it is.
if
Related to https://github.com/dotnet/roslyn/issues/12315
Version Used: 2.0.0.61213
should be auto-formatted (after typing
}
or explicitly formatting document) as