From b9944181e5b6a7e2efcbdf6378025982b1c038df Mon Sep 17 00:00:00 2001 From: Colin Patrick Mccabe Date: Tue, 11 Feb 2014 19:52:34 -0800 Subject: [PATCH 1/1] Change label indent to match project K Signed-off-by: Colin McCabe --- .vim/indent/cpp.vim | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.vim/indent/cpp.vim b/.vim/indent/cpp.vim index bf5fbb0..1cad309 100644 --- a/.vim/indent/cpp.vim +++ b/.vim/indent/cpp.vim @@ -13,7 +13,7 @@ set et " 80 column limit set tw=80 -set cinoptions=:0,l1,t0,g0,(0 " C-Indent options: Linux-kernel style +set cinoptions=:0,L1,l1,t0,g0,(0 " We want to continue C++-style doxygen comments (i.e., the ///) set comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,bO:///,O:// -- 1.6.6.rc1.39.g9a42