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
PyDev Formatter version: Included in PyDev 9.3.0.220203051235
Python version: 3.10.7 (via pyenv)
Operating System: Ubuntu 20.04
Description
In the Eclipse preferences (PyDev>Editor>Code Style>Code Format), I have the "Use space before and after operators" checked. However, when I format code where a line has been wrapped with several instances of the "+" operator, the space after the operator gets removed.
Apparently it's getting confused between cases where we are adding things, and cases where "+" is the sign.
Description
In the Eclipse preferences (PyDev>Editor>Code Style>Code Format), I have the "Use space before and after operators" checked. However, when I format code where a line has been wrapped with several instances of the "+" operator, the space after the operator gets removed.
Apparently it's getting confused between cases where we are adding things, and cases where "+" is the sign.
What I Did
This code:
gets formatted like this:
The text was updated successfully, but these errors were encountered: