home  

nl_struct_brace

Properties

  Category: Newline adding and removing options
      Type: multiple (ignore add remove force)
   Default: ignore

Description

Add or remove newline between 'struct and '{'.

Examples

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.