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