A
asaguden
Hi,
I have a specific question regarding source formatting. I like the code
neat and easy to read. For this reason I would like the = sign to be
aligned.
------------------------------
private metod( String arg1, LongClassName arg2 ){
int var = 0;
String myArg1 = arg1;
LongClassName myArg2 = arg2;
}
I have a specific question regarding source formatting. I like the code
neat and easy to read. For this reason I would like the = sign to be
aligned.
------------------------------
private metod( String arg1, LongClassName arg2 ){
int var = 0;
String myArg1 = arg1;
LongClassName myArg2 = arg2;
}