-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unecessary trailling spaces #6
Comments
You are correct, I didn't notice it because I have set vscode to automatically remove trailing spaces. Will fix asap. |
I'm pretty sure this is an easy fix, that I could do myself and then submit an PR. Unfortunately, I couldn't properly set up VSCode to dev plugins... Even the hello world example build fails on my computer... ( |
Hi, sorry for the deley. I took a look at this and the change will be a little more involved than I thought since the indentation is created by the insertSnippet vscode editor function which isn't intelligent enough to deal with trailing spaces: microsoft/vscode#20112 I will need to build my own indentation method when generating the snippet. As for the dev environment. I have |
I have opened an issue on the vscode github page. I will revisit this when the issue is fixed. For now enabling the |
autoDocstring
adds trailling spaces on blank line 3 of the following example, and more generally on blank lines between sections.They should be removed in order to be compliant with PEP8.
The text was updated successfully, but these errors were encountered: