Skip to content

Commit

Permalink
Merge pull request #88 from arnested/tweaks
Browse files Browse the repository at this point in the history
Fix c-basic-offset, indent-tabs-mode, and more
  • Loading branch information
arnested authored Aug 16, 2024
2 parents 1792772 + 541a0c0 commit b5302b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drupal-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function arguments.")
(setq comment-end "")

;; Setup cc-mode style stuff.
(when (derived-mode-p 'c-mode)
(when (or (derived-mode-p 'php-base-mode) (derived-mode-p 'c-mode))
(c-add-language 'drupal-mode 'c-mode)
(c-set-style "drupal"))

Expand Down

0 comments on commit b5302b4

Please sign in to comment.