Add UTF-8 to .vimrc

This commit is contained in:
Leon Grünewald 2022-03-24 12:04:09 +01:00
parent ddf0c94016
commit fb18e89b6d

5
.vimrc
View file

@ -72,3 +72,8 @@ set expandtab
set autoindent set autoindent
let mapleader=" " let mapleader=" "
" UTF-8
set encoding=utf-8
set fileencodings=utf-8
set fileformats=unix,dos,mac