pycharm convert tabs to spaces automatically

后端 未结 7 1227
一整个雨季
一整个雨季 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条回答
  •  -上瘾入骨i
    2020-12-04 09:24

    For me it was having a file called ~/.editorconfig that was overriding my tab settings. I removed that (surely that will bite me again someday) but it fixed my pycharm issue

提交回复
热议问题