Variable: lua-indent-string-contents

lua-indent-string-contents is a customizable variable defined in lua-mode.el.gz.

Value

nil

Documentation

If non-nil, contents of multiline string will be indented.

Otherwise leading amount of whitespace on each line is preserved.

This variable was added, or its default value changed, in Emacs 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/lua-mode.el.gz
(defcustom lua-indent-string-contents nil
  "If non-nil, contents of multiline string will be indented.
Otherwise leading amount of whitespace on each line is preserved."
  :type 'boolean
  :safe #'booleanp
  :version "31.1")