Variable: c-max-one-liner-length
c-max-one-liner-length is a customizable variable defined in
cc-vars.el.gz.
Value
80
Documentation
Maximum length of line that clean-up "one-liner-defun" will compact to.
Zero or nil means no limit.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cc-vars.el.gz
(defcustom c-max-one-liner-length 80
"Maximum length of line that clean-up \"one-liner-defun\" will compact to.
Zero or nil means no limit."
:type 'integer
:group 'c)