mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
(python-cc-style): typo "c-offset-alist" => "c-offsets-alist"
This commit is contained in:
parent
c2feec3378
commit
eb14d61e28
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@
|
|||
(defconst python-cc-style
|
||||
'((indent-tabs-mode . t)
|
||||
(c-basic-offset . 8)
|
||||
(c-offset-alist . ((substatement-open . 0)
|
||||
))
|
||||
(c-offsets-alist . ((substatement-open . 0)
|
||||
))
|
||||
)
|
||||
"Standard Python C coding style.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue