From f142a62cd505addeb3faa78fb1d249bbdfd40ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 20 Aug 2016 10:21:24 +0200 Subject: [PATCH] Eplicit Unix line endings by default in Vim --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 912ef225..037ebb11 100755 --- a/.vimrc +++ b/.vimrc @@ -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