Commit cb721a00 authored by Barry Warsaw's avatar Barry Warsaw

(python-cc-style): typo "c-offset-alist" => "c-offsets-alist"

parent 41835267
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
(defconst python-cc-style (defconst python-cc-style
'((indent-tabs-mode . t) '((indent-tabs-mode . t)
(c-basic-offset . 8) (c-basic-offset . 8)
(c-offset-alist . ((substatement-open . 0) (c-offsets-alist . ((substatement-open . 0)
)) ))
) )
"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