mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 05:05:00 -07: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:
parent
7502f1cae0
commit
07660193a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user