Format spaces around in keyword
Fixes: KT-10680
This commit is contained in:
committed by
Nikolay Krasko
parent
8fe63cdfaf
commit
655fc45a87
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user