Code Style. Puppet
Use this page to configure code style options for Puppet files. When you change these settings, the Preview pane shows how this will affect your code.
Tabs and Indents
Item | Description |
---|---|
Use tab character | Use the Tab key for indentation. When the checkbox is cleared, RubyMine uses spaces instead of tabs. |
Smart tabs |
The Smart tabs checkbox is available if the Use tab character option is enabled. |
Tab size | In this field, specify the number of spaces included in a tab. |
Indent | In this field, specify the number of spaces to be inserted for each indent level. |
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. |
Keep indents on empty lines | If this checkbox is selected, RubyMine will keep indents on the empty lines as if they contained some code. If this checkbox is cleared, RubyMine will delete the tab characters and spaces. |
Set from...
Click this link to reveal the list of languages to be used as the base for the current language code style. 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.