summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 2bfcea1..6b584fa 100644
--- a/.vimrc
+++ b/.vimrc
@@ -7,8 +7,8 @@ set nocompatible
set encoding=utf-8 " unicode encoding
set t_Co=256
set nobackup
-set noexpandtab
-set tabstop=2
+set expandtab
+set tabstop=2
set shiftwidth=2
set softtabstop=2
set ruler " show me where the cursor is