all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.