arnested / drupal-mode

Advanced Emacs minor mode for Drupal development
https://melpa.org/#/drupal-mode
GNU General Public License v3.0
32 stars 14 forks source link

Use proper indent for continuation lines #78

Closed xendk closed 7 years ago

xendk commented 7 years ago

This properly indents this:

$var->func()
  ->func();

Which is proper for D8, and I belive it was not specified for D7.