Variable: verilog-tab-always-indent

verilog-tab-always-indent is a customizable variable defined in verilog-mode.el.gz.

Value

t

Documentation

Non-nil means TAB should always re-indent the current line.

A nil value means TAB will only reindent when at the beginning of the line.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-tab-always-indent t
  "Non-nil means TAB should always re-indent the current line.
A nil value means TAB will only reindent when at the beginning of the line."
  :group 'verilog-mode-indent
  :type 'boolean)