aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-05-01 12:57:55 +0800
committerGitHub <noreply@github.com>2022-05-01 12:57:55 +0800
commit07660193a38918aa6a17ec691c4e8b021436ed67 (patch)
tree5a1d6e1ceae9e2116855857482268a4aa4ed6af8
parent7502f1cae0abe9dfdf71e39b8812f269f5ed83b7 (diff)
downloadrneovim-07660193a38918aa6a17ec691c4e8b021436ed67.tar.gz
rneovim-07660193a38918aa6a17ec691c4e8b021436ed67.tar.bz2
rneovim-07660193a38918aa6a17ec691c4e8b021436ed67.zip
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.
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 22fee54b22..5a5fba37ac 100644
--- 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