summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 1ccaefa..8f243ac 100644
--- a/.vimrc
+++ b/.vimrc
@@ -6,7 +6,7 @@ if &term =~# '^\(screen\|rxvt*\)$' "tty blinks otherwise
set t_Co=256
endif
set nobackup
-set expandtab
+set noexpandtab
set tabstop=2
set shiftwidth=2
set softtabstop=2