PhpStorm 2017.2 Help

Code Style: Twig

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


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

On this page:

Tabs and Indents

Tabs and Indents

ItemDescription
Use tab character
  • If this check box is selected, tab characters are used:
    • On pressing the Tab key
    • For indentation
    • For code reformatting
  • When the check box is cleared, PhpStorm uses spaces instead of tabs.
IndentIn this text box, specify the number of spaces (or tabs if the Use Tab Character check box 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.

ItemDescription
Spaces inside delimiters {%...%} Select this check box 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 check box 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: 28 November 2017

See Also