style(9) specifies that case statements are not indented.

This commit is contained in:
Sean Farley 2008-07-30 03:34:23 +00:00
parent 708c907f6b
commit 76c683bef7

View File

@ -58,7 +58,7 @@ endfun
" Follow the FreeBSD style(9).
function! FreeBSD_Style()
setlocal cindent
setlocal cinoptions=(4200,u4200,+0.5s,*500,t0,U4200
setlocal cinoptions=(4200,u4200,+0.5s,*500,:0,t0,U4200
setlocal indentexpr=IgnoreParenIndent()
setlocal indentkeys=0{,0},0),:,0#,!^F,o,O,e
setlocal noexpandtab