Variable: icon-brace-offset
icon-brace-offset is a customizable variable defined in icon.el.gz.
Value
0
Documentation
Extra indentation for braces, compared with other text in same context.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/icon.el.gz
(defcustom icon-brace-offset 0
"Extra indentation for braces, compared with other text in same context."
:type 'integer)