Variable: verilog-indent-level-declaration
verilog-indent-level-declaration is a customizable variable defined in
verilog-mode.el.gz.
Value
3
Documentation
Indentation of declarations with respect to containing block.
Set to 0 to get them list right under containing block.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-indent-level-declaration 3
"Indentation of declarations with respect to containing block.
Set to 0 to get them list right under containing block."
:group 'verilog-mode-indent
:type 'integer)