Variable: verilog-align-decl-expr-comments
verilog-align-decl-expr-comments is a customizable variable defined in
verilog-mode.el.gz.
Value
t
Documentation
Non-nil means align declaration and expressions comments.
This variable was added, or its default value changed, in Emacs 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-align-decl-expr-comments t
"Non-nil means align declaration and expressions comments."
:group 'verilog-mode-indent
:version "30.1"
:type 'boolean)