Space before : in ternary
EditorConfig key: cpp-space-before-ternary-colon
Space before : in ternary
cpp-space-before-ternary-colon
Default value:
true
Possible values:
true
false
Examples
true
cond ? a : b
false
cond ? a: b