branch: elpa/drupal-mode
commit 643c7538b0472bdbe97fa35e051e2a38230e7544
Merge: eec2e557d7 f93cdfe1b2
Author: Arne Jørgensen <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #78 from arnested/continuation-style
Use proper indent for continuation lines
---
drupal-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/drupal-mode.el b/drupal-mode.el
index 091cd49d28..15ad3f5844 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -340,6 +340,7 @@ function arguments.")
(c-doc-comment-style . (php-mode . javadoc))
(c-label-minimum-indentation . 1)
(c-special-indent-hook . c-gnu-impose-minimum)
+ (statement-cont . +)
)
"Drupal coding style.
According to https://drupal.org/coding-standards#indenting."