Unix line ending in vim

This commit is contained in:
Adam Štrauch 2020-08-19 17:04:23 +02:00
parent bdc211d614
commit b54c01cadd
Signed by: cx
GPG Key ID: 018304FFA8988F8D
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
DOCKER=docker
VERSION=2020.04-1
VERSION=2020.05-1
all: build

View File

@ -9,6 +9,7 @@ set wildmenu
set pastetoggle=<F11>
set scrolloff=3
set smartindent
set fileformat=unix
autocmd FileType make set noexpandtab shiftwidth=8 softtabstop=0