RubyMine 5.4.0 Web Help

File | Settings | Project Settings | Code Style - Ruby

settings

RubyMine | Preferences | Code Style | Ruby

settings

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

On this page:

Tabs and Indents

ItemDescription
Use tab characterIf this check box is selected, tab characters are used:

    Otherwise, spaces are used instead of tabs.

    Tab sizeIn this text box, specify the number of spaces included 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.
    Use indents relative to expression startUse this check box to switch between the two possible indentation behaviors:
    • If this check box is not selected, the blocks of code will be formatted against the closest ancestor block that starts on a new line.
    • If this check box is selected, the blocks of code will be formatted in columns.

    Other

    ItemDescription
    Keep line breaksIf this check box is selected, line breaks are honored when reviewing Ruby files in the editor.
    Align multiline list itemsIf this check box is selected, the calls in sequential lines are aligned against :.
    Align right parts of assignments or hashesIf this check box is selected, the assignments and hashes are aligned against values.
    Indent when casesIf this check box is selected, the when-else clauses are indented against case.
    If this check box is not selected, the when-else clauses aligned against case.
    Spaces around curly bracesIf this check box is selected, the opening curly brace is followed by a space, and the closing curly brace is preceded by a space.
    4.0+Spaces around arrowsIf this check box is selected, => characters are surrounded with spaces.
    Keep blank lines in declarationsSpecify the number of blank lines in declarations.
    Keep blank lines around methodsSpecify the number of blank lines around methods to be retailed after reformatting.

    Code Generation

    ItemDescription
    Add parentheses around method arguments
    4.0+

    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.

    See Also

    Procedures:

    Web Resources: