Try setting jde-gen-k&r (using M-x customize-variable) to non-nil, that
should do it.

/ Petter

-----Original Message-----
From: Daniel Brandt [mailto:[EMAIL PROTECTED]]
Sent: den 12 juni 2001 23:41
To: [EMAIL PROTECTED]
Subject: auto-formatting adjustments


Hi!

Iv'e been trying out JDE for a while now and have found that
it fills my needs when coding java, but there is one detail
that I'd like to adjust, but just can't figure out why..
Now when coding the code looks like this:

public class Hello
{
  .....
}

..but I want it to look like this:

public class Hello {
  ...
}

.. something that is just as correct when it comes to
code-conventions.

Now, any pointers to how to achieve this? Is it possible to
do it in my-jde-mode-hook in .emacs?

// Daniel

Reply via email to