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