unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* indentation of java inner classes
@ 2003-10-02 10:10 Trevor Spiteri
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Spiteri @ 2003-10-02 10:10 UTC (permalink / raw)


Some code is indented as follows:

Runnable r = new Runnable () {
        public void run () {
        }
    };

How do I make it indent as follows?

Runnable r = new Runnable () {
    public void run () {
    }
};

Thanks

Trevor

^ permalink raw reply	[flat|nested] 2+ messages in thread
[parent not found: <mailman.999.1065090235.21628.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2003-10-26 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-02 10:10 indentation of java inner classes Trevor Spiteri
     [not found] <mailman.999.1065090235.21628.help-gnu-emacs@gnu.org>
2003-10-26 16:48 ` Kai Grossjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).