diff options
author | Dan Gohman <gohman@apple.com> | 2009-01-04 00:05:43 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-01-04 00:05:43 +0000 |
commit | 2dca8284742012e0426cf1f530c7fec9fb2da2ab (patch) | |
tree | 13b90dc0a50ef4666065ae1c740ab00c7dd24579 | |
parent | e4159704d9884c1ce30c6edd5d1dc4a361c1266f (diff) | |
download | bcm5719-llvm-2dca8284742012e0426cf1f530c7fec9fb2da2ab.tar.gz bcm5719-llvm-2dca8284742012e0426cf1f530c7fec9fb2da2ab.zip |
Use softtabstop instead of redefining tabstop.
llvm-svn: 61618
-rw-r--r-- | llvm/utils/vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/vim/vimrc b/llvm/utils/vim/vimrc index c400a13c187..e57c2217c12 100644 --- a/llvm/utils/vim/vimrc +++ b/llvm/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 |