if exists("b:did_indent") finish endif source $VIMRUNTIME/indent/cpp.vim let b:did_indent = 1 " Linux kernel style indentation 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