1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-12 10:54:44 +00:00

Rewrite format script in python to improve speed with multiprocessing (#1331)

* Rewrite format script in python to improve speed with multiprocessing

* Make format.py executable
This commit is contained in:
Roman971 2022-07-30 15:24:52 +02:00 committed by GitHub
parent 1d19f37b26
commit 0ce2e75560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 173 additions and 85 deletions

View file

@ -59,7 +59,7 @@ If you can't match a function even with everyone's, don't worry overlong about i
### Format
Run the formatting script `format.sh`, to format the C files in the standard way we use.
Run the formatting script `format.py`, to format the C files in the standard way we use.
### Merge master