Tabs and Indents
Configure code style for indents, TAB and SPACE characters.
Item | Description |
---|---|
Use tab character | Use the Tab key for indentation. When the checkbox is cleared, PhpStorm uses spaces instead of tabs. By default, the checkbox is cleared. |
Smart tabs |
The Smart tabs checkbox is available if the Use tab character option is enabled. By default, the checkbox is cleared. |
Tab size | In this field, specify the number of spaces included in a tab. Default value: |
Indent | In this field, specify the number of spaces to be inserted for each indent level. Default value: |
Continuation indent | Specify the indentation for lines that continue from the previous line, making it clear that they are part of the same statement or block of code. Continuation indents are used when a single statement is too long to fit on one line. Default value: |
Keep indents on empty lines | If this checkbox is selected, PhpStorm will keep indents on the empty lines as if they contained some code. If this checkbox is cleared, PhpStorm will delete the tab characters and spaces. By default, the checkbox is cleared. |