if exists("b:did_indent") finish endif source $VIMRUNTIME/indent/cpp.vim let b:did_indent = 1 " ceph style tabs set tabstop=8 set softtabstop=2 set shiftwidth=2 set noexpandtab " Traditional cpp four-space indentation "set sw=4 "set ts=4 "set et " 100 column limit set tw=100 set cinoptions+=g2h2:2=2t0(0