Space after : in ternary
EditorConfig key: js-space-after-ternary-colon
Space after : in ternary
js-space-after-ternary-colon
Default value:
true
Possible values:
true
false
Examples
true
c ? a : b
false
c ? a :b