We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a = 1 # two spaces before hash sign <enter> a = 1 # one left
keep two spaces.
BTW, I notice this feature is being considered for deletion (#1586), is this kind of issues welcome?
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
Python
Output
View
XXX
Output from Console under the Developer Tools panel (toggle Developer Tools on under Help)
Console
Developer Tools
Help
The text was updated successfully, but these errors were encountered:
Yep, this info is still welcome as we're re-evaluating whether to keep or remove the feature so bug reports like this are still useful.
Sorry, something went wrong.
PEP 8 says to use two spaces from the statement.
@MisLink - yes please. This one is trivial to adjust. Do you have the feature on a regular basis?
well, use frequency of inline comments is very low for me.
I meant the feature itself (i.e. format on type) :-)
oh sorry, I misunderstand your meaning... I take this feature as my default global setting.
MikhailArkhipov
Successfully merging a pull request may close this issue.
Environment data
Actual behavior
Expected behavior
keep two spaces.
BTW, I notice this feature is being considered for deletion (#1586), is this kind of issues welcome?
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)The text was updated successfully, but these errors were encountered: