public MyClass aVeryLongMethod(
String args1, String args2, String args3, String args4, String args2)
throws Exception
{
myMethod();
I have an eclipse style java formatter (on VSCode). What are the indentation settings for the following?
- line break after the method name
aVeryLongMethod(
- Double indent for hanging lines in method declaration (8 spaces before args1)