Code Style. Stylus
File | Settings | Editor | Code Style | Style Sheets | Stylus for Windows and Linux
PyCharm | Settings | Editor | Code Style | Style Sheets | Stylus for macOS
CtrlAlt0S
Available only in PyCharm Professional: download to try or compare editions
Use this page to configure formatting options for Stylus files. When you change these settings, the Preview pane shows how this will affect your code.
Use tab character |
|
Smart tabs | An indentation consists of two parts. One part results from nesting code blocks, and the other part is determined by alignment.
|
Tab size | In this field, specify the number of spaces that fits in a tab. |
Indent | In this field, specify the number of spaces to be inserted for each indent level. |
Continuation indent | In this field, specify the number of spaces to be inserted between the values of properties. |
Keep indents on empty lines | If this checkbox is selected, PyCharm retains indents on empty lines as if they contained some code. If the checkbox is cleared, PyCharm deletes the tab characters and spaces on empty lines. |
Use this tab to define where and how many blank lines you want PyCharm to retain and insert in your code after reformatting. The results are displayed in the Preview pane.
tip
The settings on this tab do not affect the number of blank lines before the first and after the last item.
Keep Maximum Blank Lines | In this area, specify the number of extra blank lines to be kept after reformatting. |
Minimum Blank Lines | In this area, configure whether to have or not to have extra empty lines around top-level blocks and nested selectors. In the field next to each option, specify the minimum number of extra blank lines to be left. |
Use this tab to specify whether you want colons inserted as separators in Stylus properties as you type and in generated code.
By default, Don't use is preselected.
To have colons inserted as separators automatically, select Use.
To apply the selected style on reformatting code, select the Enforce on format checkbox.
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.
Thanks for your feedback!