Change label indent to match project K
authorColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Wed, 12 Feb 2014 03:52:34 +0000 (19:52 -0800)
committerColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Wed, 12 Feb 2014 03:52:34 +0000 (19:52 -0800)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>

.vim/indent/cpp.vim

index bf5fbb0..1cad309 100644 (file)
@@ -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://