Automatic indentation for Python in Notepad++

前端 未结 12 1780
既然无缘
既然无缘 2020-12-16 09:35

I\'ve been googling lots and this is getting really frustrating. It doesn\'t act like idle.

Example:

else:  
    name = \'World\'
    print \'Howdy\         


        
12条回答
  •  感情败类
    2020-12-16 10:30

    Go to Settings > Preferences > Language

    Then on the "Tab Settings" box select "python" and tick the "Use default value" checkbox.

    You're welcome.

    P.S. Yeah, I know this a little old. I really just couldn't help it. Anyway, this is for version v7.3.2.

提交回复
热议问题