Add UTF-8 to .vimrc
This commit is contained in:
parent
ddf0c94016
commit
fb18e89b6d
1 changed files with 5 additions and 0 deletions
5
.vimrc
5
.vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue