cpp.vim: continue C++-style doxygen comments
authorColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Mon, 11 Mar 2013 03:30:57 +0000 (20:30 -0700)
committerColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Mon, 11 Mar 2013 03:30:57 +0000 (20:30 -0700)
* continue C++-style doxygen comments

* two-space indentation is Hadoop-style, not Linux kernel style.

Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>

.vim/indent/cpp.vim

index 6ae6e24..bf5fbb0 100644 (file)
@@ -5,7 +5,7 @@ endif
 source $VIMRUNTIME/indent/cpp.vim
 let b:did_indent = 1
 
-" Linux kernel style indentation
+" Hadoop style indentation
 set sw=2
 set ts=2
 set et
@@ -14,3 +14,6 @@ set et
 set tw=80
 
 set cinoptions=:0,l1,t0,g0,(0   " C-Indent options: Linux-kernel style
+
+" We want to continue C++-style doxygen comments (i.e., the ///)
+set comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,bO:///,O://