* continue C++-style doxygen comments
* two-space indentation is Hadoop-style, not Linux kernel style.
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
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
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://