Formatter: support trailing comma in value arguments
#KT-34744
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
fun test() {
|
||||
someTestLong(12,
|
||||
13)
|
||||
someTestLong(
|
||||
12,
|
||||
13,
|
||||
)
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_PARAMETERS_IN_CALLS
|
||||
Reference in New Issue
Block a user