Automatic indentation for Python in Notepad++

I played a bit with python in Notepad++ and I had a problem with the tab. Since in python your indentation is really important but notepad ++ put space instead of a tab. So to change to tab you need to go in notepad ++ Menu Settings > Preferences… then select Tab Settings Then select python in the Tab Settings box and uncheck Use … Read more

How To Auto-Format / Indent XML/HTML in Notepad++

Since I upgraded to 6.3.2, I use XML Tools. install XML Tools via the Plugin Admin (Plugins → Plugins Admin… Then search for “XML Tools”, check its box and click the “Install” button). use the shortcut Ctrl+Alt+Shift+B (or menu → Plugins → XML Tools → Pretty Print) In older versions: menu → TextFX → HTML Tidy → Tidy: Reindent … Read more