home  

sp_before_emb_cmt

Properties

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

Description

Add or remove space before an embedded comment.

Default: force

Examples

raw CPP code sp_before_emb_cmt=ignore
sp_after_type=ignore
sp_before_emb_cmt=add
sp_after_type=ignore
sp_before_emb_cmt=remove
sp_after_type=ignore
sp_before_emb_cmt=force
sp_after_type=ignore
// ?? int a,/**/b/**/,c; int a, /**/ b /**/ ,c; // ?? a=b>c?b/*max*/:c/*min*/; a=b>c?b /*max*/ :c /*min*/ ; // ?? void/**/f(); void /**/ f(); // ?? void f(/*noparam*/); void f( /*noparam*/ ); // ?? int a,/**/ b/**/,c; int a, /**/ b /**/,c; // ?? a=b>c?b/*max*/:c/*min*/; a=b>c?b /*max*/ :c /*min*/; // ?? void/**/ f(); void /**/ f(); // ?? void f(/*noparam*/); void f( /*noparam*/ ); // ?? int a,/**/ b /**/,c; int a, /**/ b /**/,c; // ?? a=b>c?b /*max*/:c /*min*/; a=b>c?b /*max*/ :c /*min*/; // ?? void/**/ f(); void /**/ f(); // ?? void f(/*noparam*/); void f( /*noparam*/ ); // ?? int a,/**/ b/**/,c; int a, /**/ b/**/,c; // ?? a=b>c?b/*max*/:c/*min*/; a=b>c?b/*max*/ :c/*min*/; // ?? void/**/ f(); void /**/ f(); // ?? void f(/*noparam*/); void f( /*noparam*/ ); // ?? int a,/**/ b /**/,c; int a, /**/ b /**/,c; // ?? a=b>c?b /*max*/:c /*min*/; a=b>c?b /*max*/ :c /*min*/; // ?? void/**/ f(); void /**/ f(); // ?? void f(/*noparam*/); void f( /*noparam*/ );
 

Info

  What is the definition of 'embedded comment' ?
  BUG ? Interactions with other options ?
  Take care: the default is 'force' for both sp_before_emb_cmt and sp_after_emb_cmt
  Edited by JEAYNE

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