align_struct_init_span
Category: Code alignment options (not left column spaces/tabs) Type: numeric [0 .. 5000] Default: 0
The span for aligning struct initializer values. 0: Don't align (default).
raw CPP code | align_struct_init_span=0 |
---|---|
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; |
need to be tuned with some values in [0 .. 5000]
Not the best code for this option? See how to improve the .uds file used to generate these examples.