Hacker News new | ask | show | jobs
by krapp 4119 days ago
Indenting all of the tags would help, but that's probably about it.

    <div>
       <footer>
       </footer>
    </div>
1 comments

In theory, maybe.

In practice, where the code is coming from 3 or 4 different levels of templating? Bets are off.

I use Twig for templating a lot, and I have to admit that while I indent per template, i don't even bother keeping track between parent and child.

But then, Twig has its own weird issues sometimes with adding whitespace so I've given up caring how templated html works altogether in that case.