Skip to main content

Add empty line between declarations

PropertyValue
IdRR0205
Applicable Syntaxselected 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