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

Configuration for switch statement single line position

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 22 '19 02:09 dsherret