Variable: sh-indent-statement-after-and
sh-indent-statement-after-and is a customizable variable defined in
sh-script.el.gz.
Value
t
Documentation
How to indent statements following && in Shell-Script mode.
If t, indent to align with &&. If nil, indent to align with the previous line's indentation.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defcustom sh-indent-statement-after-and t
"How to indent statements following && in Shell-Script mode.
If t, indent to align with &&.
If nil, indent to align with the previous line's indentation."
:type 'boolean
:version "29.1")