]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
C coding standard for Python C files.
authorBarry Warsaw <barry@python.org>
Mon, 9 Dec 1996 21:57:25 +0000 (21:57 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 9 Dec 1996 21:57:25 +0000 (21:57 +0000)
commit0b324590042b1f4a4390e06b226932dbd4d759de
treee293199e103c81c7d47d2c7afd91fd51331da3af
parent49852831fc103db3a395980df26d12f97cc9477b
C coding standard for Python C files.

Currently fairly minimal, but I'll be adding to this as needed.  I
think it's pretty darn close.

To use this, just load the file and in a C buffer type:

M-x c-set-style RET python RET

[there are ways to automate much of this!]
Misc/ccpy-style.el [new file with mode: 0644]