projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96eafe2
)
Use softtabstop instead of redefining tabstop.
author
Dan Gohman
<gohman@apple.com>
Sun, 4 Jan 2009 00:05:43 +0000
(
00:05
+0000)
committer
Dan Gohman
<gohman@apple.com>
Sun, 4 Jan 2009 00:05:43 +0000
(
00:05
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61618
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/vim/vimrc
patch
|
blob
|
history
diff --git
a/utils/vim/vimrc
b/utils/vim/vimrc
index c400a13c187d55f344b16acd921be248f97448bc..e57c2217c12f7f9d65cd9b4063a538eccab424a2 100644
(file)
--- 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
soft
tabstop=2
set shiftwidth=2
set expandtab