Set .vimrc fileencoding to utf-8

This commit is contained in:
Ryan Cavicchioni 2022-09-18 10:06:58 -05:00
parent f8056a60e2
commit 5015bb2b96
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

2
.vimrc
View File

@ -28,7 +28,7 @@ set autowrite " Save before switching buffers.
set number set number
set smarttab set smarttab
set fileencoding=utf-8 set fileencoding=utf-8
set listchars=eol,space,tab:»\ set listchars=eol,space,tab:»\
set expandtab set expandtab
set backspace=indent,eol set backspace=indent,eol
set textwidth=80 set textwidth=80