From 76ce8991a20c8107f107bc6d0ca06b44499de73f Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Mon, 27 Sep 2010 13:09:27 -0700 Subject: [PATCH] cpp.vim: use Ceph-style tabs. --- .vim/indent/cpp.vim | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.vim/indent/cpp.vim b/.vim/indent/cpp.vim index ea6330a..2a6a7f1 100644 --- a/.vim/indent/cpp.vim +++ b/.vim/indent/cpp.vim @@ -5,10 +5,16 @@ 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 +"set sw=4 +"set ts=4 +"set et " 100 column limit set tw=100 -- 1.6.6.rc1.39.g9a42