Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 343 Bytes

README-devel.md

File metadata and controls

9 lines (7 loc) · 343 Bytes

Some simple rules for coding on Richmol:

Please

  • keep the code consistent across the whole package!
  • follow PEP 8: https://www.python.org/dev/peps/pep-0008
  • use 4 spaces as standard block indentation
  • consistently use two empty lines between functions and three empty lines above a class

and use git-flow for branching/merging in git...