Root.Formatting.Spacing.BlankLine |
Parent | Index |
Sibling aspects | SpacesAroundOperator | TrailingSpace |
BlankLine
A line with zero characters.
Subaspects
Example
Importance
Various programming styles use blank lines in different places. The usage of blank lines affects the readability, maintainability and length of a code i.e blank lines can either make code longer, less readable and maintainable or do the reverse.
How to fix this
Following specific rules about the usage of blank lines: using them only when necessary.