Commit 0479dc10 authored by Barry Warsaw's avatar Barry Warsaw

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

possible.
parent 2e261b24
...@@ -20,12 +20,12 @@ ...@@ -20,12 +20,12 @@
;; This file will self-install on your c-style-alist variable, ;; This file will self-install on your c-style-alist variable,
;; although you will have to install it on a per-file basis with: ;; 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: ;;; Code:
(defconst python-cc-style (defconst python-cc-style
'((indent-tabs-mode . nil) '((indent-tabs-mode . t)
(c-basic-offset . 8) (c-basic-offset . 8)
) )
"Standard Python C coding style.") "Standard Python C coding style.")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment