Groovy-Emacs-Modes / groovy-emacs-modes

A groovy major mode, grails minor mode, and a groovy inferior mode.
84 stars 39 forks source link

Incorrect indentation for arguments in method calls without () #111

Closed djlindstr closed 6 years ago

djlindstr commented 6 years ago

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