PhpStorm 2019.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.

On this page:

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 (or tabs if the Use Tab Character checkbox is selected) to be inserted for each indent level.

Other

In this tab, configure the coding style for Twig special syntax. PhpStorm automatically applies these settings in accordance with the Symfony2 standards when reviewing files with Twig templates in the editor.

Item

Description

Spaces inside delimiters {%...%}

Select this checkbox to have PhpStorm automatically insert one and only one space after and before each opening ({%) and each closing delimiter (%}) of a Does something tag.

Spaces inside delimiters {{...}}

Select this checkbox to have PhpStorm automatically insert one and only one space after and before each opening ({{) and each closing delimiter (}}) of a Says something tag.

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: 26 July 2019

See Also