Variable: c-file-style
c-file-style is a buffer-local variable defined in cc-vars.el.gz.
Documentation
Variable interface for setting style via File Local Variables.
In a file's Local Variable section, you can set this variable to a
string suitable for c-set-style. When the file is visited, CC Mode
will set the style of the file to this value automatically.
Note that file style settings are applied before file offset settings
as designated in the variable c-file-offsets.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cc-vars.el.gz
(defvar c-file-style nil
"Variable interface for setting style via File Local Variables.
In a file's Local Variable section, you can set this variable to a
string suitable for `c-set-style'. When the file is visited, CC Mode
will set the style of the file to this value automatically.
Note that file style settings are applied before file offset settings
as designated in the variable `c-file-offsets'.")