commit | cdf336444dd5dcd5df7b8e39aff17ac9446fb2b5 | [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 | 5adb60376e55ca150f2fce7c871754b5e0552f6e [diff] [blame] |
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