PhpStorm 2018.1 Help

Code Style. Pug/Jade

File | Settings | Editor | Code Style | Pug(Jade) for Windows and Linux
PhpStorm | Preferences | Editor | Code Style | Pug(Jade) for macOS
Ctrl+Alt+S settings


Use this page to configure formatting options for Pug(Jade) files. View the result in the Preview pane on the right.

Before you start working with Pug(Jade), make sure that Pug(ex-Jade) plugin is installed and enabled. The plugin is not bundled with PhpStorm.

Tabs and Indents

Use tab character
  • If this checkbox is selected, tab characters are used for indentation and for code reformatting.
  • When the checkbox is cleared, PhpStorm uses spaces instead of tabs.
Tab sizeIn this text box, specify the number of spaces that fits in a tab.
IndentIn this text box, specify the number of spaces (or tabs if the Use Tab Character checkbox is selected) to be inserted for each indent level.

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: 27 July 2018

See Also