Incorrect indentation for arguments in method calls without ()
djlindstr opened this issue · comments
Jonas Lindström commented
Similar to #101. The second example doesn't indent arguments after a comma and newline.
printf('The answer is %d\n',
42)
printf 'The answer is %d\n',
42