~~ lineWidth: 60, parameters.preferHanging: always ~~
== should not split up within a parameter that exceeds the line width ==
export function test(param1: string, param2: number, t: string) {
}

[expect]
export function test(param1: string, param2: number,
    t: string)
{
}
