Variable: vhdl-basic-offset

vhdl-basic-offset is a customizable variable defined in vhdl-mode.el.gz.

Value

2

Documentation

Amount of basic offset used for indentation.

This value is used by + and - symbols in vhdl-offsets-alist.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-basic-offset 2
  "Amount of basic offset used for indentation.
This value is used by + and - symbols in `vhdl-offsets-alist'."
  :type 'integer
  :group 'vhdl-style)