Variable: nxml-child-indent

nxml-child-indent is a customizable variable defined in nxml-mode.el.gz.

Value

2

Documentation

Indentation for the children of an element relative to the start-tag.

This only applies when the line or lines containing the start-tag contains nothing else other than that start-tag.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/nxml-mode.el.gz
(defcustom nxml-child-indent 2
  "Indentation for the children of an element relative to the start-tag.
This only applies when the line or lines containing the start-tag contains
nothing else other than that start-tag."
  :group 'nxml
  :type 'integer
  :safe #'integerp)