Space within template parameter angle brackets
EditorConfig key: cpp-space-within-template-params
Space within template parameter angle brackets
cpp-space-within-template-params
Default value:
false
Possible values:
true
false
Examples
true
template< typename T >
false
template