fix: linechars

This commit is contained in:
Markus Pesch 2019-02-15 17:41:46 +01:00
parent 65d1723bfe
commit 260576c31f
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

3
vimrc
View File

@ -14,6 +14,9 @@ set smarttab
" Show row numbers " Show row numbers
set nu set nu
scriptencoding utf-8
set encoding=utf-8
" Strip trailing whitespaces " Strip trailing whitespaces
autocmd BufWritePre * %s/\s\+$//e autocmd BufWritePre * %s/\s\+$//e