From aaeadcdc572d127939e239a93bec09fa1a7475a3 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 11 Nov 2010 15:46:35 +0100 Subject: vimrc: switch back to tabs Signed-off-by: Florian Pritz --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vimrc') 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 -- cgit v1.2.3-24-g4f1b