Root.Formatting.Spacing.BlankLine.BlankLineAfterClass |
Parent | Index |
Sibling aspects | BlankLineAfterDeclaration | BlankLineAfterProcedure | NewlineAtEOF |
BlankLineAfterClass
Those found after classes' definitions.
Tastes
Taste | Meaning | Values |
---|---|---|
blank_lines_after_class |
Represents the number of blank lines to use after a classdefinition. | 2, 1 |
* bold denotes default value
Subaspects
This aspect does not have any sub aspects.
Example
Importance
Having a specific number of blank lines after every classes' definitions declarations improves on the readability of the code.