Space within cast expression parentheses
EditorConfig key: cpp-space-between-typecast-parentheses
Space within cast expression parentheses
cpp-space-between-typecast-parentheses
Default value:
false
Possible values:
true
false
Examples
true
( int ) x
false
(int)x