KT-16558 Add space before parentheses config
This commit is contained in:
committed by
Dmitry Jemerov
parent
c4fc0f3808
commit
c6acc4c5be
@@ -0,0 +1,11 @@
|
||||
fun some() {
|
||||
while (true) {
|
||||
|
||||
}
|
||||
|
||||
do {
|
||||
|
||||
} while (true)
|
||||
}
|
||||
|
||||
// SET_FALSE: SPACE_BEFORE_WHILE_PARENTHESES
|
||||
Reference in New Issue
Block a user