1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

changed default line ending to dos (CRLF)

This commit is contained in:
Mirosław Pragłowski 2014-03-21 13:28:49 +01:00
parent 78ccefcd76
commit 232edf70a4

View File

@ -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
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""