Space after : in ternary

EditorConfig key: cpp-space-after-ternary-colon

Space after : in ternary

cpp-space-after-ternary-colon

Default value:

true

Possible values:

  • true
  • false

Examples

true
cond ? a : b
false
cond ? a :b