Variable: vhdl-indent-syntax-based
vhdl-indent-syntax-based is a customizable variable defined in
vhdl-mode.el.gz.
Value
t
Documentation
Non-nil means indent lines of code based on their syntactic context.
Otherwise, a line is indented like the previous nonblank line. This can be useful in large files where syntax-based indentation gets very slow.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-indent-syntax-based t
"Non-nil means indent lines of code based on their syntactic context.
Otherwise, a line is indented like the previous nonblank line. This can be
useful in large files where syntax-based indentation gets very slow."
:type 'boolean
:group 'vhdl-misc)