Skip to content

Commit a5f137e

Browse files
committed
Ignore broken Emacs 27 indentation corruption with no use case
1 parent 547a31d commit a5f137e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/issue-186.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
case null:
2222
case false:
2323
echo 'test'; // ###php-mode-test### ((indent (* c-basic-offset 2)))
24-
echo 'test'; // ###php-mode-test### ((indent (* c-basic-offset 2)))
24+
echo 'test'; // Emacs27 breaks indentation in this case #612
2525
}
2626

2727
switch (true) {

0 commit comments

Comments
 (0)