mirror of
https://github.com/neovim/neovim.git
synced 2026-04-01 05:12:02 +00:00
Problem: 'endofline' can be used to detect if a file ends of <EOL>, however editorconfig can break this. Solution: Set 'endofline' during BufWritePre Fixes: #24869