Variable: rst-indent-field
rst-indent-field is a customizable variable defined in rst.el.gz.
Value
3
Documentation
Indentation for first line after a field or 0 to always indent for content.
This variable was added, or its default value changed, in rst version
1.1.0.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defcustom rst-indent-field 3
"Indentation for first line after a field or 0 to always indent for content."
:group 'rst-indent
:package-version '(rst . "1.1.0")
:type '(integer))