How o allow Pycharm to align eding and closing tags in HTML. Exampel below ...red line indicated where the tag is ending shepherd maverudze 创建于 2022年11月02日 08:15
PyCharm should align <div> elements with nice indentation automatically (using the default settings) if you run a formatter on your file -- https://www.jetbrains.com/help/pycharm/reformat-and-rearrange-code.html#reformat_code
If that doesn't work, please provide a code file sample so I could test it.