commit | f225d2e4d667f78136610c70d607cf9207622f58 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sun Jan 04 00:05:43 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sun Jan 04 00:05:43 2009 +0000 |
tree | 885f1a958a22ce05031ab6f9a56474935e3f085c | |
parent | 96eafe2d4f81bde8a1a810a2c3f3a098f0b55f61 [diff] |
Use softtabstop instead of redefining tabstop. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61618 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/vim/vimrc b/utils/vim/vimrc index c400a13..e57c221 100644 --- a/utils/vim/vimrc +++ b/utils/vim/vimrc
@@ -14,7 +14,7 @@ set textwidth=80 " A tab produces a 2-space indentation -set tabstop=2 +set softtabstop=2 set shiftwidth=2 set expandtab