PhpStorm 2024.1 Help

Code Style: Twig

Use this page to configure formatting options for Twig templates. View the result in the Preview pane.

Tabs and Indents

Item

Description

Use tab character

  • If this checkbox is selected, tab characters are used:

    • On pressing the Tab key

    • For indentation

    • For code reformatting

  • When the checkbox is cleared, PhpStorm uses spaces instead of tabs.

Indent

In this field, specify the number of spaces to be inserted for each indent level.

Other

In this tab, configure the coding style for Twig.

Item

Description

Spaces inside delimiters {%...%}

Select this checkbox to have PhpStorm automatically insert spaces inside tag block delimiters {% and %} so that a block looks like {% block content %}.

Spaces inside variable delimiters {{...}}

Select this checkbox to have PhpStorm automatically insert spaces inside variable block delimiters {{ and }} so that a block looks like {{ variable }}.

Spaces inside comment delimiters {#...#}

Select this checkbox to have PhpStorm automatically insert spaces inside comment block delimiters {# and #} so that a block looks like {# comment #}.

Set from

The link appears in the upper-right corner of the page, when applicable. Click this link and choose the language to be used as the base for the current language code style.

To return to the initial set of code style settings and discard the changes, click Reset.

Last modified: 17 April 2024