summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 5ca1498..f8b1012 100644
--- a/.vimrc
+++ b/.vimrc
@@ -7,7 +7,7 @@ set nocompatible
set encoding=utf-8 " unicode encoding
set t_Co=256
set nobackup
-set expandtab
+set noexpandtab
set tabstop=2
set shiftwidth=2
set softtabstop=2