Editor specific files don't belong in the repo.

This commit is contained in:
irungentoo 2013-08-01 20:35:58 -04:00
parent 368ba8ed01
commit 276e3f9271

View File

@ -1,9 +0,0 @@
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Text, tab and indent related
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Use spaces instead of tabs
set expandtab
" 1 tab == 4 spaces
set shiftwidth=4
set tabstop=4