Ensure Vim EOF comments in given files.
This tool adds a Vim modeline comment at the end of the target files.
pip install vim-eof-commentGeneral usage is as follows:
vim-eof-comment [-h] [-v] [-V] -e EXT1[,EXT2[,EXT3[,...]]] [-i EXT1:INDENT[:Y/N][,...]] [-n] dir1 [dir2 [...]]You can also call it as a module:
python -m vim_eof_comment [-h] [-v] [-V] -e EXT1[,EXT2[,EXT3[,...]]] [-i EXT1:INDENT[:Y/N][,...]] [-n] dir1 [dir2 [...]]vim-eof-comment -e py,md,lua .