Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 259 Bytes

CODING_STYLE.md

File metadata and controls

11 lines (6 loc) · 259 Bytes

Coding Style

See https://peps.python.org/pep-0008/

Additions and modifications to the coding style:

  • At the top of the python file, add the following:
    • for vim: # vim: set tabstop=4 shiftwidth=4 expandtab set textwidth=79
    • for emacs: