html indentation rules code example
Example: html multi like tag 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-->