Variable: python-indent-guess-indent-offset

python-indent-guess-indent-offset is a customizable variable defined in python.el.gz.

Value

t

Documentation

Non-nil tells Python mode to guess python-indent-offset value.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-indent-guess-indent-offset t
  "Non-nil tells Python mode to guess `python-indent-offset' value."
  :type 'boolean
  :safe 'booleanp)