``` Language: Cpp AllowShortCaseLabelsOnASingleLine : true ``` ``` switch (0) { case 0: test(); break; // line above style should not be affected by comment } ```