summaryrefslogtreecommitdiffstats
path: root/Misc/ccpy-style.el
Commit message (Collapse)AuthorAgeFilesLines
* Last try, think I got it now.Barry Warsaw1999-12-011-1/+0
|
* Once moreBarry Warsaw1999-12-011-0/+1
|
* Once moreBarry Warsaw1999-12-011-1/+0
|
* Urg!Barry Warsaw1999-12-011-0/+1
|
* more trivial stuff to test CVS -- should be the last?Barry Warsaw1999-12-011-1/+1
|
* testing CVS once moreBarry Warsaw1999-12-011-1/+0
|
* testing CVSBarry Warsaw1999-12-011-0/+1
|
* testing CVSBarry Warsaw1999-12-011-1/+0
|
* testing CVSBarry Warsaw1999-12-011-0/+1
|
* testing CVSBarry Warsaw1999-12-011-1/+0
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-0/+1
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+1
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+0
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+1
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+0
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-0/+4
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+1
|
* (python-cc-style): Added definitions for c-hanging-braces-alist whichBarry Warsaw1996-12-201-1/+1
| | | | make the most sense for PyMethodDef structures. [one small fix]
* (python-cc-style): Added definitions for c-hanging-braces-alist whichBarry Warsaw1996-12-201-2/+8
| | | | make the most sense for PyMethodDef structures.
* (python-cc-style): typo "c-offset-alist" => "c-offsets-alist"Barry Warsaw1996-12-121-2/+2
|
* Added a provide so the corresponding require will succeed.Barry Warsaw1996-12-101-0/+3
|
* (python-cc-style): Although open braces for substatements typicallyBarry Warsaw1996-12-091-0/+2
| | | | | hang on the right side, if they are on a separate line, indent them under the keyword.
* (python-cc-style): Oops, we decided to use TABs for 8 spaces whereBarry Warsaw1996-12-091-2/+2
| | | | possible.
* C coding standard for Python C files.Barry Warsaw1996-12-091-0/+35
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!]