Variable: vhdl-align-groups

vhdl-align-groups is a customizable variable defined in vhdl-mode.el.gz.

Value

t

Documentation

Non-nil means align groups of code lines separately.

A group of code lines is a region of consecutive lines between two lines that match the regexp in option vhdl-align-group-separate.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-align-groups t
  "Non-nil means align groups of code lines separately.
A group of code lines is a region of consecutive lines between two lines that
match the regexp in option `vhdl-align-group-separate'."
  :type 'boolean
  :group 'vhdl-beautify)