Automatic indentation for Python in Notepad++

前端 未结 12 1775
既然无缘
既然无缘 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:25

    1. Click on Settings
    2. Click Preferences...
    3. Browse drop-down menu to find MISC.
    4. Tick the box which says Auto-indent

    After that, you should be fine.

提交回复
热议问题