Variable: icon-brace-imaginary-offset
icon-brace-imaginary-offset is a customizable variable defined in
icon.el.gz.
Value
0
Documentation
Imagined indentation of an Icon open brace that actually follows a statement.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/icon.el.gz
(defcustom icon-brace-imaginary-offset 0
"Imagined indentation of an Icon open brace that actually follows a statement."
:type 'integer)