.bashrc: don't source file for non-bash shells
[cmccabe-etc] / .vim / indent / cpp.vim
index ea6330a..cb80567 100644 (file)
@@ -5,12 +5,12 @@ endif
 source $VIMRUNTIME/indent/cpp.vim
 let b:did_indent = 1
 
-" Traditional cpp four-space indentation
-set sw=4
-set ts=4
-set et
+" Linux kernel style indentation
+set sw=8
+set ts=8
+set noet
 
-" 100 column limit
-set tw=100
+" 80 column limit
+set tw=80
 
-set cinoptions+=g2h2:2=2t0(0
+set cinoptions=:0,l1,t0,g0,(0   " C-Indent options: Linux-kernel style