Eplicit Unix line endings by default in Vim
This commit is contained in:
parent
9d4f4fd39f
commit
f142a62cd5
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -78,6 +78,9 @@ Plugin 'Valloric/YouCompleteMe'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
|
" line ending
|
||||||
|
set fileformats=unix,dos
|
||||||
|
|
||||||
" colours
|
" colours
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
syntax enable
|
syntax enable
|
||||||
|
|
Loading…
Reference in a new issue