Eplicit Unix line endings by default in Vim

This commit is contained in:
Cyryl Płotnicki 2016-08-20 10:21:24 +02:00
parent 9d4f4fd39f
commit f142a62cd5

3
.vimrc
View file

@ -78,6 +78,9 @@ Plugin 'Valloric/YouCompleteMe'
call vundle#end()
filetype plugin indent on
" line ending
set fileformats=unix,dos
" colours
set t_Co=256
syntax enable