editorconfig / editorconfig-vim

EditorConfig plugin for Vim
http://editorconfig.org
Other
3.14k stars 139 forks source link

Support insert_final_newline by fixendofline option. #41

Closed pocke closed 9 years ago

pocke commented 9 years ago

fixendofline option is available on Vim 7.4.785 or later. https://github.com/vim/vim/commit/de9d99856291ff191e7807f3a56e608c3615f9d4

If use this option, insert_final_newline is implemented by pure vim only.

xuhdev commented 9 years ago

Thanks!

pocke commented 9 years ago

Your welcome. Thank you for merging!