You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unlike vim and neovim, helix doesnt add a eof newline at the end of file.
causes issues when submit files to github for ex and warning is show.
possible to do automatic like vim or with config option please?
Reproduction Steps
I tried this:
hx edit new file
add content and save+quit
look for eof newline - is missing
I expected this to happen:
eof newline add automatic like vim
Instead, this happened:
no eof newline. have to open in vim and save to add it
Helix log
~/.cache/helix/helix.log
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
Platform
all
Terminal Emulator
all
Helix Version
22.08.1
The text was updated successfully, but these errors were encountered:
Summary
unlike vim and neovim, helix doesnt add a eof newline at the end of file.
causes issues when submit files to github for ex and warning is show.
possible to do automatic like vim or with config option please?
Reproduction Steps
I tried this:
hx
edit new fileI expected this to happen:
eof newline add automatic like vim
Instead, this happened:
no eof newline. have to open in vim and save to add it
Helix log
~/.cache/helix/helix.log
Platform
all
Terminal Emulator
all
Helix Version
22.08.1
The text was updated successfully, but these errors were encountered: