From: Dan Gohman Date: Sun, 4 Jan 2009 00:05:43 +0000 (+0000) Subject: Use softtabstop instead of redefining tabstop. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f225d2e4d667f78136610c70d607cf9207622f58;p=oota-llvm.git 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 c400a13c187..e57c2217c12 100644 --- a/utils/vim/vimrc +++ b/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