mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user