arekolek
11/27/2018, 2:34 PMMike
11/27/2018, 4:46 PMbdawg.io
12/08/2018, 10:34 PMUse regular indent (4 spaces) for constructor parameters.https://kotlinlang.org/docs/reference/coding-conventions.html#class-header-formatting
Functions
When a function signature does not fit on a single line, break each parameter declaration onto its own line. Parameters defined in this format should use a single indent (+4).https://developer.android.com/kotlin/style-guide#continuation_indent