<@U092N7GGG> in <http://kotlinlang.org/docs/refere...
# kontributors
k
@yole in http://kotlinlang.org/docs/reference/basic-syntax.html, loops and conditions use the syntax
Copy code
if (...)
    doSomething()
in my code and in the kotlin codebase, it seems to be the rule to put short expressions on the same line and use braces otherwise. do you think it should be adapted in the docs, too?