if exists("b:did_indent") finish endif source $VIMRUNTIME/indent/c.vim let b:did_indent = 1 " 2-column indentation with soft tabs set sw=2 set ts=2 set et " 80 column limit set tw=80 set cinoptions=:0,l1,t0,g0,(0 " C-Indent options: Linux-kernel style