Format spaces around in keyword

Fixes: KT-10680
This commit is contained in:
Kirill Rakhman
2016-06-20 19:29:29 +02:00
committed by Nikolay Krasko
parent 8fe63cdfaf
commit 655fc45a87
4 changed files with 17 additions and 0 deletions
@@ -167,6 +167,7 @@ fun createSpacingBuilder(settings: CodeStyleSettings, builderUtil: KotlinSpacing
around(AS_KEYWORD).spaces(1)
around(IS_KEYWORD).spaces(1)
around(IN_KEYWORD).spaces(1)
aroundInside(IDENTIFIER, BINARY_EXPRESSION).spaces(1)
// before LPAR in constructor(): this() {}