Hi, Has anyone got the k&r indentation style working for php in emacs? It used to work for me with the following:
(add-hook 'php-mode-user-hook (function (lambda ()
(c-set-style "K&R")
(setq-default c-basic-offset 3)
(setq-default indent-tabs-mode nil))))
but no more..
Any help appreciated
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

