Function: editorconfig--get-indentation-nxml-mode

editorconfig--get-indentation-nxml-mode is a byte-compiled function defined in editorconfig.el.gz.

Signature

(editorconfig--get-indentation-nxml-mode SIZE)

Documentation

Vars to set nxml-mode indent size to SIZE.

Source Code

;; Defined in /usr/src/emacs/lisp/editorconfig.el.gz
(defun editorconfig--get-indentation-nxml-mode (size)
  "Vars to set `nxml-mode' indent size to SIZE."
  `((nxml-child-indent . ,size)
    (nxml-attribute-indent . ,(* 2 size))))