>>>>> "Mike" == Mike Nordell <[EMAIL PROTECTED]> writes:
Mike> And while I have this fresh in mind, is there an Emacs tag to
Mike> give src files so that Emacs understands: 1. tab=4 2. prefer
Mike> tabs over spaces ?
Add this at the end of the file - but why not just set your .emacs
settings properly?
/*
* Local variables:
* indent-tabs-mode: t
* tab-width: 4
*/
Mike> Please respect the AW coding guidelines, tab=4. And we're *not*
Mike> using the GNU indentation style.
Amen! :)
If anyone knows of a C++ indent(1) program we could police this
easily...
Jesper