Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (python-cc-style): Added definitions for c-hanging-braces-alist which | Barry Warsaw | 1996-12-20 | 1 | -1/+1 |
| | | | | make the most sense for PyMethodDef structures. [one small fix] | ||||
* | (python-cc-style): Added definitions for c-hanging-braces-alist which | Barry Warsaw | 1996-12-20 | 1 | -2/+8 |
| | | | | make the most sense for PyMethodDef structures. | ||||
* | (python-cc-style): typo "c-offset-alist" => "c-offsets-alist" | Barry Warsaw | 1996-12-12 | 1 | -2/+2 |
| | |||||
* | Added a provide so the corresponding require will succeed. | Barry Warsaw | 1996-12-10 | 1 | -0/+3 |
| | |||||
* | (python-cc-style): Although open braces for substatements typically | Barry Warsaw | 1996-12-09 | 1 | -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 where | Barry Warsaw | 1996-12-09 | 1 | -2/+2 |
| | | | | possible. | ||||
* | C coding standard for Python C files. | Barry Warsaw | 1996-12-09 | 1 | -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!] |