We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 547a31d + 6959a34 commit b73e7fcCopy full SHA for b73e7fc
tests/issue-186.php
@@ -21,7 +21,7 @@
21
case null:
22
case false:
23
echo 'test'; // ###php-mode-test### ((indent (* c-basic-offset 2)))
24
- echo 'test'; // ###php-mode-test### ((indent (* c-basic-offset 2)))
+ echo 'test'; // Emacs27 breaks indentation in this case #612
25
}
26
27
switch (true) {
@@ -37,3 +37,14 @@
37
38
39
40
+
41
+const AAA = 'AAA';
42
+const bbb = 'bbb';
43
44
+switch (true) {
45
+case AAA:
46
+case bbb:
47
+case 111:
48
+ echo 'test'; // ###php-mode-test### ((indent (* c-basic-offset 2)))
49
50
+}
0 commit comments