From 232edf70a43db24194b4eb6e9d67f410e800da25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Prag=C5=82owski?= Date: Fri, 21 Mar 2014 13:28:49 +0100 Subject: [PATCH] changed default line ending to dos (CRLF) --- vimrcs/basic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 088231d5..1d01bbce 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -154,7 +154,7 @@ endif set encoding=utf8 " Use Unix as the standard file type -set ffs=unix,dos,mac +set ffs=dos,mac,unix """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""