Variable: c-indentation-style
c-indentation-style is a buffer-local variable defined in
cc-vars.el.gz.
Documentation
Name of the currently installed style.
Don't change this directly; call c-set-style instead, or set the variable
c-file-style in the file's Local Variable list.
Probably introduced at or before Emacs version 20.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cc-vars.el.gz
(defvar c-indentation-style nil
"Name of the currently installed style.
Don't change this directly; call `c-set-style' instead, or set the variable
`c-file-style' in the file's Local Variable list.")