Space within template argument angle brackets

EditorConfig key: cpp-space-within-template-args

Space within template argument angle brackets

cpp-space-within-template-args

Default value:

false

Possible values:

  • true
  • false

Examples

true
Foo< int >
false
Foo