Space after ? in ternary

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

Space after ? in ternary

cpp-space-after-ternary-quest

Default value:

true

Possible values:

  • true
  • false

Examples

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