commit 07660193a38918aa6a17ec691c4e8b021436ed67
parent 7502f1cae0abe9dfdf71e39b8812f269f5ed83b7
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sun, 1 May 2022 12:57:55 +0800
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.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig
@@ -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