.vimrc: Always use spaces instead of tab characters

This commit is contained in:
Alan Orth 2013-01-24 12:14:26 +03:00
parent c32d234322
commit 7fa625c2d8
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -1,5 +1,6 @@
set nu
set ts=4
set expandtab
set sw=4
set bs=2
set bg=dark