HTML Multi Like Like Indentation Convention

<div class="my-class" id="my-id" data-a="my value for data attribute a"
    data-b="my value for data attribute b" data-c="my value for data attribute c">
    The content of my div.
</div>
<!-- @see https://google.github.io/styleguide/htmlcssguide.html#HTML_Line-Wrapping-->
SAF