dprint-plugin-typescript icon indicating copy to clipboard operation
dprint-plugin-typescript copied to clipboard

Add an ability to add spaces before parentheses in non-generic functions only

Open so1ve opened this issue 1 year ago • 0 comments

Example:

function foo () {}
function bar<T>() {} // There should be no space before paren

so1ve avatar Apr 04 '23 04:04 so1ve