home  

align_right_cmt_at_col

Properties

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

Description

Minimum column at which to align trailing comments. Comments which are
aligned beyond this column, but which can be aligned in a lesser column,
may be "pulled in".

0: Ignore (default).

Examples

raw CPP code align_right_cmt_at_col=0
/*-- this is the default sample --*/ int main(int argc, char** argv){ int n = 0; if(arg>=1){ printf("Hello %s!\n", argv[1]); n=strlen(argv[1]); }else{ puts("Hello world!"); } return n; } /*-- this is the default sample --*/ int main(int argc, char** argv){ int n = 0; if(arg>=1){ printf("Hello %s!\n", argv[1]); n=strlen(argv[1]); }else{ puts("Hello world!"); } return n; }
 

Info

  need to be tuned with some values in [0 .. 200]

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