summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorscf <scf@FreeBSD.org>2008-07-30 03:34:23 +0000
committerscf <scf@FreeBSD.org>2008-07-30 03:34:23 +0000
commita3f8092a7b2a46172361ff2cacba5858162a9630 (patch)
treeb99b992c1bf009ee5883c78703ff22edfa10fe88 /tools
parent1e4662bf76765e7ea52c1056e715c68312811be3 (diff)
downloadFreeBSD-src-a3f8092a7b2a46172361ff2cacba5858162a9630.zip
FreeBSD-src-a3f8092a7b2a46172361ff2cacba5858162a9630.tar.gz
style(9) specifies that case statements are not indented.
Diffstat (limited to 'tools')
-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 4ec27ad..fa7977b 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
OpenPOWER on IntegriCloud