Browse Source

Use softtabstop instead of redefining tabstop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61618 91177308-0d34-0410-b5e6-96231b3b80d8
Dan Gohman 16 years ago
parent
commit
f225d2e4d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/vim/vimrc

+ 1 - 1
utils/vim/vimrc

@@ -14,7 +14,7 @@ set nocompatible
 set textwidth=80
 
 " A tab produces a 2-space indentation
-set tabstop=2
+set softtabstop=2
 set shiftwidth=2
 set expandtab