php-mode icon indicating copy to clipboard operation
php-mode copied to clipboard

indent string concat

Open fxbois opened this issue 11 years ago • 2 comments

Is it possible to indent string concatenation like this ?

<?php
$str = "xxx" . 
       "yyy";
?>

fxbois avatar Apr 20 '13 17:04 fxbois

Yes, that should be possible. Off the top of my head I do not know how to accomplish that, but it will probably involve some cc-mode settings, which PHP mode now uses for much indentation.

ejmr avatar Apr 21 '13 01:04 ejmr

I will look into this, but if you would like to try writing a patch for it then you may want to check out the links that Daniel Haxney collected for cc-mode:

https://github.com/ejmr/php-mode/wiki/CC-Mode-Moral-Support

ejmr avatar Apr 21 '13 03:04 ejmr