Variable: nxml-attribute-indent
nxml-attribute-indent is a customizable variable defined in
nxml-mode.el.gz.
Value
4
Documentation
Indentation for the attributes of an element relative to the start-tag.
This only applies when the first attribute of a tag starts a line. In other cases, the first attribute on one line is indented the same as the first attribute on the previous line.
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/nxml-mode.el.gz
(defcustom nxml-attribute-indent 4
"Indentation for the attributes of an element relative to the start-tag.
This only applies when the first attribute of a tag starts a line.
In other cases, the first attribute on one line is indented the same
as the first attribute on the previous line."
:group 'nxml
:type 'integer
:safe #'integerp)