Closed
Description
Observe the following test case:
The buffer has been indented automatically.
<?php
function my_other_func() {
return "anoter really long string " .
"some more text";
}
function my_func() {
return "a really long string with = inside " .
"some more text";
}
I would expect the second line of the strings to:
- Indent consistently (the
=
messes with things) - Indent simply by
c-basic-offset
Metadata
Metadata
Assignees
Labels
No labels