mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 17:42:40 +00:00
Switch the vimrc file from smartindent to cindent, which is
smarter about C-ish syntax, and supports the cinoptions variable. Set cinoptions to suppress the extra indentation for switch case labels. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61617 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dfaf4f9865
commit
96eafe2d4f
@ -24,8 +24,9 @@ match WhitespaceEOL /\s\+$/
|
||||
|
||||
" Optional
|
||||
" C/C++ programming helpers
|
||||
set autoindent
|
||||
set smartindent
|
||||
set cindent
|
||||
" Don't indent switch case labels beyond the switch.
|
||||
set cinoptions=:0
|
||||
" Add and delete spaces in increments of `shiftwidth' for tabs
|
||||
set smarttab
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user