Variable: rst-indent-width
rst-indent-width is a customizable variable defined in rst.el.gz.
Value
2
Documentation
Indentation when there is no more indentation point given.
Aliases
rst-shift-basic-offset (obsolete since rst 1.0.0)
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defcustom rst-indent-width 2
"Indentation when there is no more indentation point given."
:group 'rst-indent
:type '(integer))