Search code examples
pythonpython-3.xpycharm

In PyCharm how can I move the text to the left? I don't like it in the center


I would like to see all the code text on the left when I open PyCharm. I don't like that the code is all placed in the center. I would like to move it to the left. How can I?

There are no spaces before the code. It happens to all PyCharm files. The same files, if imported into another editor, have the code positioned on the left and there is no space.

enter image description here

enter image description here


Solution

  • Seems like the distraction free (view-)mode is active.
    Try View > Appearance > Exit Distraction free mode.