summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-11-11 15:46:35 +0100
committerFlorian Pritz <bluewind@xssn.at>2010-11-11 15:46:35 +0100
commitaaeadcdc572d127939e239a93bec09fa1a7475a3 (patch)
treeae31d9fe842f1c468bebad5876590ef6100a13ef /.vimrc
parent8ba7502b9d5b464df065e6b8bbbace20f38e3549 (diff)
downloaddotfiles-aaeadcdc572d127939e239a93bec09fa1a7475a3.tar.gz
dotfiles-aaeadcdc572d127939e239a93bec09fa1a7475a3.tar.xz
vimrc: switch back to tabs
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to '.vimrc')
-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