Hello All,

Is it possible to change the way emacs indents for and if?  I want
them to be indented the same way classes and functions are.  Here's
the difference (with leading underscores instead of spaces):

class C
{
__void function()
__{
____if(true)
______{
________return;
______}
__}
}

I want to remove the extra level of indentation for the curly brace
for if and for statements.  Any ideas?

thanks

-Matt

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to