Question of jde-gen-cflow* stuff:
I have c-basic-offset set to 2 spaces in my jde-mode-hook. However, the
jde-gen-flow templates indent 4 spaces before putting the cursor at the
point for the user to start typing. For example, jde-gen-cflow-if generates
this:
if (x) {
<Cursor is here, after four spaces>
}
It's no big deal to hit TAB to get cc-mode to indent to my style of 2
spaces, but it would be nice if jde-gen-cflow did that for me. Any ideas?
Is there a customization variable for this?
Thanks.
Steve Molitor
[EMAIL PROTECTED]