Groovy-Emacs-Modes / groovy-emacs-modes

A groovy major mode, grails minor mode, and a groovy inferior mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect indentation for arguments in method calls without ()

djlindstr opened this issue · comments

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