[vim] prefer unix line endings (LF, no CR)

This commit is contained in:
Fernando Schauenburg 2018-04-15 11:16:00 +02:00
parent 6d1bfb01bd
commit 76c4ef8bad

View file

@ -12,6 +12,7 @@ set nocompatible
set diffopt=filler,vertical
set encoding=utf8
set expandtab
set fileformats=unix,mac,dos
set foldenable
set foldlevelstart=100
set foldmethod=syntax