Variable: fill-indent-according-to-mode

fill-indent-according-to-mode is a variable defined in fill.el.gz.

Value

nil

Documentation

Whether or not filling should try to use the major mode's indentation.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/fill.el.gz
(defvar fill-indent-according-to-mode nil ;Screws up CC-mode's filling tricks.
  "Whether or not filling should try to use the major mode's indentation.")