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

Add customization options for `typeof` formatting

Open pineapplemachine opened this issue 3 months ago • 1 comments

I prefer to write typeof expressions like typeof(value), rather than typeof value or typeof (value), but if there is a configuration option to allow or enforce the former I wasn't able to find it. dprint wants to reformat places where I wrote typeof(value) as either typeof value or typeof (value), depending on value, but I would prefer to enforce the former as the convention.

pineapplemachine avatar Oct 31 '25 16:10 pineapplemachine