From f80a9f3e40d8bc618ca5c60ad1f3df8551617ccd Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 8 Apr 2009 22:52:13 +0200 Subject: expanding tabs sucks actually :( --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vimrc') 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 -- cgit v1.2.3-24-g4f1b