1 ;; This is how Dave Mills likes to see the NTP code formatted.
6 (c-offsets-alist . ((arglist-intro . +)
8 (statement-case-intro . *)
10 (substatement-open . 0))))
11 "David L. Mills; NTP code indentation style")
13 (defun ntp-c-mode-common-hook ()
15 (c-add-style "ntp" ntp-c-style nil))
17 (add-hook 'c-mode-common-hook 'ntp-c-mode-common-hook)