Format spaces around !is and !in (KT-13314)

#KT-13314 Fixed
This commit is contained in:
Kirill Rakhman
2016-08-09 20:27:00 +02:00
committed by Nikolay Krasko
parent b53cb91e88
commit 926deebff5
7 changed files with 35 additions and 0 deletions
@@ -167,7 +167,9 @@ fun createSpacingBuilder(settings: CodeStyleSettings, builderUtil: KotlinSpacing
around(AS_KEYWORD).spaces(1)
around(IS_KEYWORD).spaces(1)
around(NOT_IS).spaces(1)
around(IN_KEYWORD).spaces(1)
around(NOT_IN).spaces(1)
aroundInside(IDENTIFIER, BINARY_EXPRESSION).spaces(1)
// before LPAR in constructor(): this() {}