Lines Matching +full:common +full:- +full:mode
3 (defconst ntp-c-style
4 '((c-basic-offset . 8)
5 (fill-column . 72)
6 (c-offsets-alist . ((arglist-intro . +)
7 (case-label . *)
8 (statement-case-intro . *)
9 (statement-cont . *)
10 (substatement-open . 0))))
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)