(python-cc-style): Oops, we decided to use TABs for 8 spaces where

possible.
This commit is contained in:
Barry Warsaw 1996-12-09 22:07:22 +00:00
parent 0b32459004
commit 8c0710fdd3
1 changed files with 2 additions and 2 deletions

View File

@ -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.")