xref: /aosp_15_r20/system/extras/simpleperf/scripts/CONTRIBUTING.md (revision 288bf5226967eb3dac5cce6c939ccc2a7f2b4fe5)
1*288bf522SAndroid Build Coastguard WorkerSimpleperf scripts use 4 spaces for indentation
2*288bf522SAndroid Build Coastguard Worker
3*288bf522SAndroid Build Coastguard WorkerTo format the scripts, use:
4*288bf522SAndroid Build Coastguard Worker
5*288bf522SAndroid Build Coastguard Worker```shell
6*288bf522SAndroid Build Coastguard Workerautopep8 --max-line-length 100 --in-place <script.py>
7*288bf522SAndroid Build Coastguard Worker```
8*288bf522SAndroid Build Coastguard Worker
9*288bf522SAndroid Build Coastguard WorkerChanges are normally reviewed on top of the AOSP `master` branch.
10*288bf522SAndroid Build Coastguard Worker
11*288bf522SAndroid Build Coastguard WorkerNew scripts should have documentation in `../doc/scripts_reference.md`.
12