pycharm convert tabs to spaces automatically

后端 未结 7 1232
一整个雨季
一整个雨季 2020-12-04 08:32

I am using pycharm IDE for python development it works perfectly fine for django code so suspected that converting tabs to spaces is default behaviour, however in python IDE

7条回答
  •  渐次进展
    2020-12-04 09:23

    For selections, you can also convert the selection using the "To spaces" function. I usually just use it via the ctrl-shift-A then find "To Spaces" from there.

提交回复
热议问题