home  

sp_brace_typedef

Properties

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

Description

Add or remove space between '}' and the name of a typedef on the same line.

Examples

raw CPP code sp_brace_typedef=ignore sp_brace_typedef=add sp_brace_typedef=remove sp_brace_typedef=force space
sp_brace_typedef=force
typedef int&ri; typedef int*pi; typedef int&ri; typedef int*pi; typedef int&ri; typedef int*pi; typedef int&ri; typedef int*pi; typedef int&ri; typedef int*pi; typedefint&ri; typedefint*pi;
 

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