You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
voidmain() {
if (true) {
if (true) {
}
// This comment breaks formatting of the next line:else {
}
}
// Formatting below is OKelse {
}
}
Running dfmt --brace_style stroustrup on this file will outdent the first line with else on it. The issue does not occur on the other else, or if there isn't a comment before the else.
The text was updated successfully, but these errors were encountered:
Running
dfmt --brace_style stroustrup
on this file will outdent the first line withelse
on it. The issue does not occur on the other else, or if there isn't a comment before theelse
.The text was updated successfully, but these errors were encountered: