Variable: lisp-simple-loop-indentation
lisp-simple-loop-indentation is a customizable variable defined in
cl-indent.el.gz.
Value
1
Documentation
Indentation of forms in simple loop forms.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-indent.el.gz
(defcustom lisp-simple-loop-indentation 1
"Indentation of forms in simple loop forms."
:type 'integer
:version "28.1")