<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed><type>rich</type><version>1.0</version><provider_name>phorkie</provider_name><provider_url>https://p.cweiske.de/</provider_url><title>emacs: Do not indent code on new lines to arrow or equals sign</title><author_name>Christian Weiske</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/705 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="705"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  
&lt;div class="document"&gt;


&lt;p&gt;Problem:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
$allOrders = Order::where('date', $date)
           -&amp;gt;leftJoin('contracts', 'contracts.id', 'contract_id')
&lt;/pre&gt;
&lt;p&gt;Desired indentation:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
$allOrders = Order::where('date', $date)
    -&amp;gt;leftJoin('contracts', 'contracts.id', 'contract_id')
&lt;/pre&gt;
&lt;p&gt;Solution:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
set-variable php-mode-lineup-cascaded-calls nil
&lt;/pre&gt;
&lt;p&gt;&lt;a class="reference external" href="https://github.com/emacs-php/php-mode/issues/745"&gt;https://github.com/emacs-php/php-mode/issues/745&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/705/rev-raw/c23735b8f1a92b0cb6fd0f5e7f2cd86e1c742b8b/README.rst" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/705#README.rst"&gt;README.rst&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
