Space after control-flow keyword
EditorConfig key: cpp-space-after-keywords-in-control-flow-statements
Space after control-flow keyword
cpp-space-after-keywords-in-control-flow-statements
Default value:
true
Possible values:
true
false
Examples
true
if (cond) ...
false
if(cond) ...