Change label indent to match project K
[cmccabe-etc] / .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://