nl_struct_brace
Category: Newline adding and removing options Type: multiple (ignore add remove force) Default: ignore
Add or remove newline between 'struct and '{'.
raw CPP code | nl_struct_brace=ignore | nl_struct_brace=add | nl_struct_brace=remove | nl_struct_brace=force | nl nl_struct_brace=force |
---|---|---|---|---|---|
struct S{int a;long l;float f;char c[8]}S; union U{int a;long l;float f;char c[8]}U; | struct S {int a; long l; float f; char c[8]} S; union U {int a; long l; float f; char c[8]} U; | struct S {int a; long l; float f; char c[8]} S; union U {int a; long l; float f; char c[8]} U; | struct S {int a; long l; float f; char c[8]} S; union U {int a; long l; float f; char c[8]} U; | struct S {int a; long l; float f; char c[8]} S; union U {int a; long l; float f; char c[8]} U; | struct S {int a;long l;float f;char c[8]} S; union U {int a;long l;float f;char c[8]} U; |
Not the best code for this option? See how to improve the .uds file used to generate these examples.