> > What's the best way to make the code comply with the coding standards? > > use the standard emacs settings and add the following line to your > .emacs to suppress insertion of tabs: > > (setq c-mode-common-hook '(lambda () (setq indent-tabs-mode nil))) add following two lines to your .vimrc set tabstop=2 set expandtab Pavel