1 ;; This is how Dave Mills likes to see the code formatted.
5 (c-offsets-alist . ((arglist-intro . +)
7 (statement-case-intro . *)
9 (substatement-open . 0))))
10 "Dave L. Mills; programming style for use with ntp")
12 (defun ntp-c-mode-common-hook ()
14 (c-add-style "ntp" ntp-c-style nil))
16 (add-hook 'c-mode-common-hook 'ntp-c-mode-common-hook)