Eugene-Melbourne commented on issue #7140:
URL: https://github.com/apache/netbeans/issues/7140#issuecomment-2008273528

   here is another example:
   
   actual formatting
   
       Foo::foo()
           ->boo();
   
       Foo::foo()
           ->boo(function () {
               Foo::foo()
               ->boo();
           });
   
   expected formatting
   
       Foo::foo()
           ->boo();
   
       Foo::foo()
           ->boo(function () {
               Foo::foo()
                   ->boo();
           });
           
   Would you like me to add this example to the original request, or would you 
like me to create a different request?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to