Includes and or etc
Input:
switch ("")
{
case "" or "":
break;
}
Output:
switch ("")
{
case ""
or "":
break;
}
Expected behavior:
I think if we're under the line length its good to keep on one line.
Probably expected to keep the same as input in this case