Space after ? in ternary

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

Space after ? in ternary

js-space-after-ternary-quest

Default value:

true

Possible values:

  • true
  • false

Examples

true
c ? a : b
false
c ?a : b