Changes between Version 2 and Version 3 of ChimeraPythonStyle


Ignore:
Timestamp:
Oct 13, 2010, 12:10:16 PM (16 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraPythonStyle

    v2 v3  
    22== Chimera Python Style Guide ==
    33
    4 There is no generally accepted convention for coding style in Chimera.  I follow an interpretation of the python style guidelines by Guido, see the snippet below and the full spiel at: http://www.python.org/dev/peps/pep-0008/
     4There is no generally accepted convention for python coding style in Chimera.  I follow an interpretation of the python style guidelines by Guido, see the snippet below and the full spiel at: http://www.python.org/dev/peps/pep-0008/
    55
    66My style is 4 spaces for each indentation level (no tabs).  My .vimrc contains: