How o allow Pycharm to align eding and closing tags in HTML. Exampel below ...red line indicated where the tag is ending Follow shepherd maverudze Created November 02, 2022 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.