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