Hi everyone.

In cc-mode, Emacs can indent the C/C++ code by several modes, Such as bsd,cc-mode, gnu,stroustrup, whitesmith.

But in my lab. The code was written by VI. And all C/C++ code is indented by TAB. Just like this:

#include <iostream>

int main(int argc, char* argv[])
{
<TAB>std::cout << "Hello world!"
<TAB><TAB><<std::endl;
<TAB>return 0;
}

Are there any indent mode compatible with this mode.
Thank you very much.
Raymond
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to