Variable: c-indent-level
c-indent-level is a variable defined in cc-compat.el.gz.
Value
2
Documentation
Indentation of C statements with respect to containing block.
Probably introduced at or before Emacs version 16.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/cc-compat.el.gz
;; In case c-mode.el isn't loaded
(defvar c-indent-level 2
"Indentation of C statements with respect to containing block.")