Blank lines around other definitions and declarations

EditorConfig key: cpp-blank-lines-around-other-declaration

Blank lines around other definitions and declarations

cpp-blank-lines-around-other-declaration

Number of blank lines surrounding declarations and definitions that don't fit another category.

Default value:

0

Possible values:

Any integer

Examples

0
int x;
int y;
int z;