mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
chore(editorconfig): remove "charset" (#18541)
Hardcoding a charset causes trouble when porting Vim patches. I previously tried to unset "charset" for certain file extensions, but vim-patch.sh can generate more files, and automatically detecting file encoding is more correct anyway.
This commit is contained in:
parent
a200ce0d85
commit
0c8e48c78d
@ -6,14 +6,10 @@ indent_size = 2
|
||||
tab_width = 8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
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