Variable: erc-fill-variable-maximum-indentation
erc-fill-variable-maximum-indentation is a customizable variable
defined in erc-fill.el.gz.
Value
17
Documentation
Don't indent a line after a long nick more than this many characters.
Set to nil to disable.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-fill.el.gz
(defcustom erc-fill-variable-maximum-indentation 17
"Don't indent a line after a long nick more than this many characters.
Set to nil to disable."
:type 'integer)