Monday, October 7, 2024

Setting up Notepad++ to use with Python language indentations code-style

From Python's official style guide (PEP 8) one should, 

        use 4 spaces per indentation level. 

To set-up Python language indents in Notepad++,

  • Choose Settings->Preferences->Indent Settings for python