home  

sp_after_semi

Properties

  Category: Spacing options
      Type: multiple (ignore add remove force)
   Default: add

Description

Add or remove space after ';', except when followed by a comment.

Default: add
int a;int b; /* comment */

Examples

raw CPP code sp_after_semi=ignore
sp_before_semi=ignore
sp_after_semi=add
sp_before_semi=ignore
sp_after_semi=remove
sp_before_semi=ignore
sp_after_semi=force
sp_before_semi=ignore
space
sp_after_semi=force
sp_before_semi=ignore
int a;int b;int c;/*comment*/ int a ; int b ; int c ; /*comment*/ int a;int b;int c;/*comment*/ int a ; int b ; int c ; /*comment*/ int a; int b; int c;/*comment*/ int a ; int b ; int c ; /*comment*/ int a;int b;int c;/*comment*/ int a ;int b ;int c ; /*comment*/ int a; int b; int c;/*comment*/ int a ; int b ; int c ; /*comment*/ inta;intb;intc;/*comment*/ inta;intb;intc;/*comment*/
 

Info

  Take care: the default is 'remove' for sp_before_semi and 'add' for sp_after_semi.
             In the examples above sp_before_semi is forced to 'ignore'.
  Edited by JEAYNE

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