Skip to content
#

xhtml

Here are 144 public repositories matching this topic...

spider-mane
spider-mane commented Feb 21, 2020

In twig, whenever a comment starts the first non-empty line following an opening tag, the attributes are forced onto a new line and indented.

<div class="container text-white-90">

  {# brand/ logo #}

becomes

<div 
  class="container text-white-90">

  {# brand/ logo #}

I'm using the Twig Language VS Code extension, but this also happens on the website

Improve this page

Add a description, image, and links to the xhtml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xhtml topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.