home  

align_var_struct_thresh

Properties

  Category: Code alignment options (not left column spaces/tabs)
      Type: numeric [-1000 .. 5000]
   Default: 0

Description

The threshold for aligning struct/union member definitions.
Use a negative number for absolute thresholds.

0: No limit (default).

Examples

raw CPP code align_var_struct_thresh=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;
 

Info

  need to be tuned with some values in [-1000 .. 5000]

Not the best code for this option? See how to improve the .uds file used to generate these examples.