cs107-lecture-examples

Example codes used during Harvard CS107 lectures
git clone https://git.0xfab.ch/cs107-lecture-examples.git
Log | Files | Refs | README | LICENSE

README.md (310B)


      1 # Demo for code formatting with yapf
      2 
      3 To format code, run `./maintenance/format_code.sh` from the project root.
      4 
      5 ```
      6 yapf_demo
      7 ├── file1.py
      8 ├── .git
      9 ├── maintenance
     10 │   └── format_code.sh
     11 ├── other_code
     12 │   └── file2.py
     13 ├── README.md
     14 └── .style.yapf
     15 ```