If you go to the menu jde->project->Autocode
you will see the option jde-gen-K&R
set this to non-nil and save it for future sessions.
Javier
> -----Original Message-----
> From: Daniel Brandt [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 12, 2001 5:41 PM
> 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
>