We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Kotlin Compiler Bugs (markdown)
Updated Test (markdown)
Updated Kotlin Coding Guide (markdown)
Created Kotlin Coding Guide (markdown)
Created Test (markdown)
Document more binary expression examples
Rename the project
Drop the reference to #1448 as it's fixed now
Add the reference to #1448 and document this special case
Add a reference to `extendedIndentForExpressionBodies` as well as a new default (`true`) for `extendedIndentAfterOperators`
Ignore the generated documentation (*.html, *.pdf)
Drop the reference to #1336, as it's fixed now
Document one more special case
Add an {nbsp}
Add an explicit section id consistent with the way GitHub auto-generates section ids
Further document the continuation indent used for expressions
Correct the formatting
Add more examples
Document the special case of expressions
Add the TOC
Document the chained calls in `if()`-conditions special case
Document the `if`, `while` and `do-while` special cases
Document the expression body functions case
Reorder columns
Document the Elvis operator case
Add the link to the issue
Replace with a relative link
Document the function call parameters case
Document the function declaration parameters case