Skip to content

Commit 643c753

Browse files
authored
Merge pull request #78 from arnested/continuation-style
Use proper indent for continuation lines
2 parents eec2e55 + f93cdfe commit 643c753

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drupal-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ function arguments.")
340340
(c-doc-comment-style . (php-mode . javadoc))
341341
(c-label-minimum-indentation . 1)
342342
(c-special-indent-hook . c-gnu-impose-minimum)
343+
(statement-cont . +)
343344
)
344345
"Drupal coding style.
345346
According to https://drupal.org/coding-standards#indenting."

0 commit comments

Comments
 (0)