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

Allow single line switch statement cases

Open dsherret opened this issue 5 years ago • 0 comments

For example:

switch (test) {
    case 5: return 5;
    case 6: return 6;
    case 7: return 7;
}

dsherret avatar Sep 21 '19 16:09 dsherret