Add .vimrc that does not expand tabs by default

This commit is contained in:
YuviPanda 2014-09-13 23:00:09 +01:00
parent 0d38f004d9
commit 267d716967

2
.vimrc Normal file
View file

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