home  

align_enum_equ_thresh

Properties

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

Description

The threshold for aligning on '=' in enums.
Use a negative number for absolute thresholds.

0: no limit (default).

Examples

raw CPP code align_enum_equ_thresh=0
enum{A,B,C=-2,D,E}; enum {A,B,C=-2,D,E};
 

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.