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
I've got a template for Python code. When I create a new .py file, the template is processed correctly, except that an extra blank line is appended (this seems to happen for all the other templates too). The Python style checker I use complains about blank lines at the end of the file so I'd prefer it not to be there. Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered:
This looks related to the issue described in #115, which has to do with our logic around l:deleteLastLine in templates.vim:453. Let's keep this as a separate issue, as the described effect is different.
I've got a template for Python code. When I create a new .py file, the template is processed correctly, except that an extra blank line is appended (this seems to happen for all the other templates too). The Python style checker I use complains about blank lines at the end of the file so I'd prefer it not to be there. Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: