Code Style. Gherkin
File | Settings | Editor | Code Style | Gherkin for Windows and Linux
PyCharm | Settings | Editor | Code Style | Gherkin for macOS
CtrlAlt0S
warning
The page is available only when the Gherkin plugin is installed and enabled on the Settings | Plugins page as described in Managing plugins.
Use this page to configure formatting options for Gherkin 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 elements of an array, in expressions, method declarations, and method calls. |
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. |
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!