Variable: verilog-align-typedef-words

verilog-align-typedef-words is a customizable variable defined in verilog-mode.el.gz.

Value

nil

Documentation

List of words that match user typedefs for declaration alignment.

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-typedef-words nil
  "List of words that match user typedefs for declaration alignment."
  :group 'verilog-mode-indent
  :version "30.1"
  :type '(repeat string))