Variable: c-ts-common-indent-offset
c-ts-common-indent-offset is a variable defined in c-ts-common.el.gz.
Value
nil
Documentation
Indent offset used by c-ts-common indent functions.
This should be the symbol of the indent offset variable for the
particular major mode. This cannot be nil for c-ts-common
statement indent functions to work.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/c-ts-common.el.gz
;;; Statement indent
(defvar c-ts-common-indent-offset nil
"Indent offset used by `c-ts-common' indent functions.
This should be the symbol of the indent offset variable for the
particular major mode. This cannot be nil for `c-ts-common'
statement indent functions to work.")