diff options
author | Barry Warsaw <barry@python.org> | 1996-12-09 22:07:22 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-09 22:07:22 (GMT) |
commit | 8c0710fdd35b2d8351d44751b3d43ddb9161d6d6 (patch) | |
tree | 46fc8ccfabb6e08d67280223988693342b0a7ce5 /Misc/ccpy-style.el | |
parent | 0b324590042b1f4a4390e06b226932dbd4d759de (diff) | |
download | cpython-8c0710fdd35b2d8351d44751b3d43ddb9161d6d6.zip cpython-8c0710fdd35b2d8351d44751b3d43ddb9161d6d6.tar.gz cpython-8c0710fdd35b2d8351d44751b3d43ddb9161d6d6.tar.bz2 |
(python-cc-style): Oops, we decided to use TABs for 8 spaces where
possible.
Diffstat (limited to 'Misc/ccpy-style.el')
-rw-r--r-- | Misc/ccpy-style.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el index 66590c7..9e9e0af 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.") |