Variable: electric-layout-allow-in-comment-or-string
electric-layout-allow-in-comment-or-string is a variable defined in
electric.el.gz.
Value
nil
Documentation
If non-nil, electric-layout-mode(var)/electric-layout-mode(fun) works inside comments and strings.
Otherwise the mode leaves comments and strings alone.
Source Code
;; Defined in /usr/src/emacs/lisp/electric.el.gz
(defvar electric-layout-allow-in-comment-or-string nil
"If non-nil, `electric-layout-mode' works inside comments and strings.
Otherwise the mode leaves comments and strings alone.")