summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ccpy-style.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el
index 9e9e0af..4dc1f42 100644
--- a/Misc/ccpy-style.el
+++ b/Misc/ccpy-style.el
@@ -27,6 +27,8 @@
(defconst python-cc-style
'((indent-tabs-mode . t)
(c-basic-offset . 8)
+ (c-offset-alist . ((substatement-open . 0)
+ ))
)
"Standard Python C coding style.")