Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
KeepLineBreak.kt
blob: 6fd01d087a2dcb5427108e7bb3edb048807b70bd [
file
] [
log
] [
blame
]
fun foo
()
{
if
(
true
)
{
}
while
(
true
)
{
}
for
(
i
in
0.
.
42
)
{
}
}
// SET_FALSE: KEEP_LINE_BREAKS