Variable: verilog-indent-level-directive

verilog-indent-level-directive is a customizable variable defined in verilog-mode.el.gz.

Value

1

Documentation

Indentation to add to each level of `ifdef declarations.

Set to 0 to have all directives start at the left side of the screen.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-indent-level-directive 1
  "Indentation to add to each level of \\=`ifdef declarations.
Set to 0 to have all directives start at the left side of the screen."
  :group 'verilog-mode-indent
  :type 'integer)