Tabs and Indents
| Item | Description |
|---|---|
| Use tab character |
|
| 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. |
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.

