At 09:04  27/11/00 +0100, you wrote:
>Sorry, must be a pain ... . I'm using here JBuilder and set the
indent-factor 
>to 2 and tab-factor 2. Maybe You could give me the standards used for this 
>project and I will try to behave i the future ;-)

each indent level is supposed to be 4 spaces - no tabs at all in source. So
you get

void blah() {
    int x;
    if( myBool ) {
        ...
    }
}

Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*

Reply via email to