6

Notepad++ tabs are made of 4 space. How can I use the actual tab character, so my python code wont raise an indentation error?

1 Answers1

6

You can change tab length via Settings >> Preferences >> Language

enter image description here

Toto
  • 19,304