kotlin-guides icon indicating copy to clipboard operation
kotlin-guides copied to clipboard

Update property initializer wrap to +4

Open jameswald opened this issue 7 years ago • 0 comments
trafficstars

Fixes a conflict with https://kotlinlang.org/docs/reference/coding-conventions.html#property-formatting which currently states:

For properties with an initializer, if the initializer is long, add a line break after the equals sign and indent the initializer by four spaces

jameswald avatar Jan 19 '18 04:01 jameswald