aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 9b4a379a..6557fb1c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -120,7 +120,7 @@ endif
" do clever things with indenting will often assume this is set
set autoindent
-" Use tabs instead of spaces
+" Use spaces instead of tabs
set expandtab
" Indent with four spaces when an indent operation is used