Remove spaces between accessor and its parameter list in formatter (KT-30393)
#KT-30393 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
0acecb4936
commit
e1f26ffc74
@@ -388,6 +388,9 @@ fun createSpacingBuilder(settings: CodeStyleSettings, builderUtil: KotlinSpacing
|
||||
|
||||
before(INDICES).spaces(0)
|
||||
before(WHERE_KEYWORD).spaces(1)
|
||||
|
||||
afterInside(GET_KEYWORD, PROPERTY_ACCESSOR).spaces(0)
|
||||
afterInside(SET_KEYWORD, PROPERTY_ACCESSOR).spaces(0)
|
||||
}
|
||||
custom {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user