mirror of https://github.com/python/cpython.git
(python-cc-style): Oops, we decided to use TABs for 8 spaces where
possible.
This commit is contained in:
parent
0b32459004
commit
8c0710fdd3
|
@ -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.")
|
||||
|
|
Loading…
Reference in New Issue