aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/editing
diff options
context:
space:
mode:
authorSean Farley <scf@FreeBSD.org>2008-07-30 03:34:23 +0000
committerSean Farley <scf@FreeBSD.org>2008-07-30 03:34:23 +0000
commit76c683bef7ff688c96546b12a838dbc460cd0e10 (patch)
treeb99b992c1bf009ee5883c78703ff22edfa10fe88 /tools/tools/editing
parent708c907f6b9a223c6759f91c6c048b179f512ac8 (diff)
downloadsrc-76c683bef7ff688c96546b12a838dbc460cd0e10.tar.gz
src-76c683bef7ff688c96546b12a838dbc460cd0e10.zip
style(9) specifies that case statements are not indented.
Notes
Notes: svn path=/head/; revision=180986
Diffstat (limited to 'tools/tools/editing')
-rw-r--r--tools/tools/editing/freebsd.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/editing/freebsd.vim b/tools/tools/editing/freebsd.vim
index 4ec27ad4713d..fa7977b30361 100644
--- a/tools/tools/editing/freebsd.vim
+++ b/tools/tools/editing/freebsd.vim
@@ -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