Space before : in type annotation
EditorConfig key: js-space-before-colon-in-type-annotation
Space before : in type annotation
js-space-before-colon-in-type-annotation
Default value:
false
Possible values:
true
false
Examples
true
var x : number;
false
var x: number;