This feature is one of the concerns while editing others projects, editors like textmate and sublime I believe add line break for last line, but when I edit end portions of a file with vim and save it I sometimes forget to add the final line break.
So, how do I automate this and make sure files always have at least one new line at the end.
.vimrcI do not have any such options, I'd like to know how to explicitly tell VIM to add new lines at the end.