RubyMine 2017.2 Help

Code Style. Haml

File | Settings | Editor | Code Style | Haml for Windows and Linux
RubyMine | Preferences | Editor | Code Style | Haml for macOS
Ctrl+Alt+S /help/img/idea/2017.2/settings.png


Use this page to configure formatting options for Haml files. View the result in the Preview pane on the right.

On this page:

Tabs and Indents

Use tab character
  • If this check box is selected, tab characters are used for indentation and for code reformatting.
  • When the check box is cleared, RubyMine uses spaces instead of tabs.
Smart tabs An indentation consists of two parts. One part results from nesting code blocks and the other part is determined by alignment.
  • If this check box is selected, the part that results from nesting contains both tabs and spaces (if necessary), while the part defined by alignment consists only of spaces.
  • If this check box is cleared, only tabs are used. This means that after reformatting a group of spaces that fits the specified tab size is automatically replaced with a tab, which may result in breaking fine alignment.
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 check box is selected) to be inserted for each indent level.
Continuation indentIn this text box, specify the number of spaces (or tabs if the Use Tab Character check box is selected) to be inserted between the elements of an array, in expressions, method declarations, and method calls.
Keep indents on empty linesIf this check box is selected, RubyMine retains indents on empty lines as if they contained some code. If the check box is cleared, RubyMine deletes the tab characters and spaces on empty lines.

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: 26 October 2017