Add empty line between declarations
Property | Value |
---|---|
Id | RR0205 |
Applicable Syntax | selected declarations |
Enabled by Default | ✓ |
Usage
Example #1
before.cs
private object x;
private object y;
private object z;
after.cs
private object x;
private object y;
private object z;
Configuration
roslynator_refactoring.add_empty_line_between_declarations.enabled = true|false