dprint-plugin-typescript
dprint-plugin-typescript copied to clipboard
Allow single line switch statement cases
For example:
switch (test) {
case 5: return 5;
case 6: return 6;
case 7: return 7;
}