Re: Inconsistent indentation in jde mode

2002-09-19 Thread jason . stell
IIRC, adding (c-set-offset 'substatement-open 0) to your JDE load hook should correct this. HTH Jason "Jeff Rancier" <[EMAIL PROTECTED]> 09/19/02 01:46 PM To: "Jde-List" <[EMAIL PROTECTED]> cc: "Javier Lopez" <[EMAIL PROTECTED]>, "Jslopez@Forumsys. Com" <[EMAIL

Inconsistent indentation in jde mode

2002-09-19 Thread Jeff Rancier
I just realized that my indentation in my java buffer is in correct.  Here's what it looks like:   public class Helloworld {    public static void main( String[] args )    {    System.out.println( "Hello, world." );       for ( int i = 0 ; i <  ; i++  )    {