Space after property colon

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

Space after property colon

css-space-after-property-colon

Default value:

true

Possible values:

  • true
  • false

Examples

true
color: red;
false
color:red;