Page MenuHomePhabricator
Paste P1265

phabricator-php-style.el
ActivePublic

Authored by cburroughs on Oct 1 2014, 7:20 PM.
Tags
None
Referenced Files
F211496: phabricator-php-style.el
Oct 1 2014, 7:26 PM
F211493: phabricator-php-style.el
Oct 1 2014, 7:20 PM
Subscribers
None
(defun phab-php-mode ()
(interactive)
(setq c-default-style "k&r"
c-basic-offset 2)
(c-set-offset 'arglist-intro '+)
(c-set-offset 'arglist-close 0)
(c-set-offset 'statement-cont '+)
(c-set-offset 'topmost-intro-cont '+)
(c-set-offset 'case-label '+)
(c-set-offset 'arglist-cont-nonempty '+))

Event Timeline

cburroughs changed the title of this paste from untitled to phabricator-php-style.el.
cburroughs updated the paste's language from autodetect to autodetect.