PhpStorm 2021.1 Help

Code Style: Twig

File | Settings | Code Style | Twig for Windows and Linux
PhpStorm | Preferences | Code Style | Twig for macOS
Ctrl+Alt+S
Show settings

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

ItemDescription
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.

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

Other

In this tab, configure the coding style for Twig.

ItemDescription
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: 08 March 2021