chore(editorconfig): unset "charset" for *.vim and *.po files

There  are *.vim and *.po files ported from Vim that use a non-UTF-8 encoding.
This commit is contained in:
zeertzjq 2022-05-01 12:57:55 +08:00 committed by GitHub
parent 7502f1cae0
commit 07660193a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ charset = utf-8
[*.{c,h,in,lua}]
max_line_length = 100
[*.{vim,po}]
charset = unset
[{Makefile,**/Makefile,runtime/doc/*.txt}]
indent_style = tab
indent_size = 8