help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help with Java indentation


From: Nathaniel Flath
Subject: Help with Java indentation
Date: Thu, 7 Jan 2010 21:36:01 -0500

How do I configure Emacs to set the indentation of a java function call to act as such:
SomeStupidClass.SomeStupidFunction(
      Arg1
      Arg2
}

Instead of:

SomeStupidClass.SomeStupidFunction(
                                                                Arg1
                                                                Arg2
}

Thanks,
Nathaniel Flath

reply via email to

[Prev in Thread] Current Thread [Next in Thread]