Changing indentation settings in the Spyder editor for Python

前端 未结 3 1519
忘了有多久
忘了有多久 2021-01-01 16:22

I am using the Spyder editor for Python. I need to change the indentation setting (e.g., let \"tab\" mean \"4 spaces\").

How do I accomplish this?

3条回答
  •  庸人自扰
    2021-01-01 16:56

    On Mac w/ Spyder 4.0.1, it's

    Python -> Preference -> Editor -> Source Code (tab) -> Indentation characters

提交回复
热议问题