aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/config/indent.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/config/indent.vim b/vim/config/indent.vim
index f6dfd416..aba4bbf7 100644
--- a/vim/config/indent.vim
+++ b/vim/config/indent.vim
@@ -11,9 +11,6 @@ set shiftwidth=4
" Insert four spaces when Tab is pressed
set softtabstop=4
-" How many spaces to show for a literal tab when 'list' is unset
-set tabstop=4
-
" Indent intelligently to 'shiftwidth' at the starts of lines with Tab, but
" use 'tabstop' everywhere else
set smarttab