Merge pull request #137 from yuvipanda/simple-vimrc

Add .vimrc that does not expand tabs by default
This commit is contained in:
Mattias Erming 2014-09-14 00:04:05 +02:00
commit 4de8610f7e

2
.vimrc Normal file
View file

@ -0,0 +1,2 @@
" Do not expand tabs by default
set noexpandtab