Space after : in object property

EditorConfig key: js-space-after-property-colon

Space after : in object property

js-space-after-property-colon

Default value:

true

Possible values:

  • true
  • false

Examples

true
{ a: 1 }
false
{ a:1 }