emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode 643c7538b0 279/308: Merge pull request #78 fro


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 643c7538b0 279/308: Merge pull request #78 from arnested/continuation-style
Date: Tue, 25 Jan 2022 10:59:58 -0500 (EST)

branch: elpa/drupal-mode
commit 643c7538b0472bdbe97fa35e051e2a38230e7544
Merge: eec2e557d7 f93cdfe1b2
Author: Arne Jørgensen <arne@arnested.dk>
Commit: GitHub <noreply@github.com>

    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.";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]