Formatter: left brace formatting for "while" statement

This commit is contained in:
Pavel V. Talanov
2014-01-15 21:09:07 +04:00
parent b404812a77
commit d3f8b70aa6
6 changed files with 98 additions and 15 deletions
@@ -12,11 +12,9 @@ fun test() {
while (true) {
}
while (true)
{
while (true) {
}
while (true)
{
while (true) {
}
}