• edward@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    Generally aligning stuff isn’t nice. But if you do, it’s tabs up to whatever level of indentation you’re at then spaces the rest of the way.

    (Dashes for tabs, * for spaces)

    <form>
    -<input type=“text”
    -*******class=“whatever” />
    </form>