Variable: vhdl-argument-list-indent
vhdl-argument-list-indent is a customizable variable defined in
vhdl-mode.el.gz.
Value
nil
Documentation
Non-nil means indent argument lists relative to opening parenthesis.
That is, argument, association, and port lists start on the same line as the opening parenthesis and subsequent lines are indented accordingly. Otherwise, lists start on a new line and are indented as normal code.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-argument-list-indent nil
"Non-nil means indent argument lists relative to opening parenthesis.
That is, argument, association, and port lists start on the same line as the
opening parenthesis and subsequent lines are indented accordingly.
Otherwise, lists start on a new line and are indented as normal code."
:type 'boolean
:group 'vhdl-template
:group 'vhdl-port
:group 'vhdl-compose)