summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/vim/vimrc2
1 files changed, 1 insertions, 1 deletions
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 nocompatible
set textwidth=80
" A tab produces a 2-space indentation
-set tabstop=2
+set softtabstop=2
set shiftwidth=2
set expandtab