Ok, one question. The Turbine Coding Conventions advocate
this brace style:

    if ( foo ) 
    { 
        // code here 
    }

but the default emacs (JDE) indent function produces this
code:

    if ( foo ) 
        { 
            // code here 
        }

Anybody knows how to configure emacs for the first, recommended
style?

Thanks,


-- 
Gonzalo A. Diethelm
[EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to