Space before property semicolon
EditorConfig key: css-space-before-property-semicolon
Space before property semicolon
css-space-before-property-semicolon
Default value:
false
Possible values:
true
false
Examples
true
color: red ;
false
color: red;