[vim] prefer unix line endings (LF, no CR)
This commit is contained in:
parent
6d1bfb01bd
commit
76c4ef8bad
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue