prettier-plugin-csharp
prettier-plugin-csharp copied to clipboard
Allow switch section without statement
For whatever reason, you can have an empty case
switch section, but not an empty default
switch section. I don't know why the compiler allows this, but so should we. Sharplab example
I'll let you fix the conflicts.