Variable: conf-assignment-column

conf-assignment-column is a customizable variable defined in conf-mode.el.gz.

Value

24

Documentation

Align assignments to this column by default with M-x conf-align-assignments (conf-align-assignments).

If this number is negative, the = comes before the whitespace. Use 0 to not align (only setting space according to conf-assignment-space).

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/conf-mode.el.gz
(defcustom conf-assignment-column 24
  "Align assignments to this column by default with \\[conf-align-assignments].
If this number is negative, the `=' comes before the whitespace.  Use 0 to
not align (only setting space according to `conf-assignment-space')."
  :type 'integer)