summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-04-08 22:52:13 +0200
committerFlorian Pritz <f-p@gmx.at>2009-04-08 22:52:13 +0200
commitf80a9f3e40d8bc618ca5c60ad1f3df8551617ccd (patch)
treed4fb14b50c116015d22b1574a9cbfde80d23360b /.vimrc
parent4874b68e7d7e83227a75e89d9a543010cfea3a37 (diff)
downloaddotfiles-f80a9f3e40d8bc618ca5c60ad1f3df8551617ccd.tar.gz
dotfiles-f80a9f3e40d8bc618ca5c60ad1f3df8551617ccd.tar.xz
expanding tabs sucks actually :(
Diffstat (limited to '.vimrc')
-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