From: Barry Warsaw Date: Mon, 9 Dec 1996 22:07:22 +0000 (+0000) Subject: (python-cc-style): Oops, we decided to use TABs for 8 spaces where X-Git-Tag: v1.5a1~843 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c0710fdd35b2d8351d44751b3d43ddb9161d6d6;p=thirdparty%2FPython%2Fcpython.git (python-cc-style): Oops, we decided to use TABs for 8 spaces where possible. --- diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el index 66590c7e2624..9e9e0af62661 100644 --- a/Misc/ccpy-style.el +++ b/Misc/ccpy-style.el @@ -20,12 +20,12 @@ ;; This file will self-install on your c-style-alist variable, ;; although you will have to install it on a per-file basis with: ;; -;; M-x c-set-style RET python +;; M-x c-set-style RET python RET ;;; Code: (defconst python-cc-style - '((indent-tabs-mode . nil) + '((indent-tabs-mode . t) (c-basic-offset . 8) ) "Standard Python C coding style.")