Format spaces in infix call (KT-12018)

#KT-12018 Fixed
This commit is contained in:
Kirill
2016-04-23 17:36:59 +02:00
committed by Nikolay Krasko
parent 01b754b318
commit 6e08f06bfd
9 changed files with 18 additions and 4 deletions
@@ -165,6 +165,7 @@ fun createSpacingBuilder(settings: CodeStyleSettings, builderUtil: KotlinSpacing
afterInside(IDENTIFIER, FUN).spacing(0, 0, 0, false, 0)
around(AS_KEYWORD).spaces(1)
aroundInside(IDENTIFIER, BINARY_EXPRESSION).spaces(1)
// before LPAR in constructor(): this() {}
after(CONSTRUCTOR_DELEGATION_REFERENCE).spacing(0, 0, 0, false, 0)