Code Style: Twig
for Windows and Linux
for OS X
Ctrl+Alt+S

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
Item | Description |
---|
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.
|
Indent | In 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.
|
Indent all chained calls in a group
|
The check box is available only when the Indent chained methods check box is selected.
|
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 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...
Click this link to reveal the list of languages to be used as the base for the current language code style.
So doing, only the settings that are applicable to the current language are taken. All the other settings
are not affected.
This link appears in the upper-right corner of the language-specific code style page, when
applicable.
Click Reset to discard changes and return to the initial set of code style settings.
Last modified: 24 November 2016