Space after property semicolon

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

Space after property semicolon

css-space-after-property-semicolon

Default value:

true

Possible values:

  • true
  • false

Examples

true
color: red; margin: 0;
false
color: red;margin: 0;