Menu

Using Notepad++ for Python: no indentation

2008-01-18
2012-11-13
  • Dick Moores

    Dick Moores - 2008-01-18

    I have Python set as the default language, but the indentation essential to Python isn't there.

    For example, I get

    while True:
    qwerty

    instead of the expected

    while True:
       qwerty

    How do I set this?

     
    • Dick Moores

      Dick Moores - 2008-01-18

      That second "querty" should show as indented 4 spaces.