summaryrefslogtreecommitdiff
path: root/simpleperf/scripts/CONTRIBUTING.md
blob: a996c1daec65c402aa08037a16129320e053926d (plain)
1
2
3
4
5
6
7
8
9
10
11
Simpleperf scripts use 4 spaces for indentation

To format the scripts, use:

```shell
autopep8 --max-line-length 100 --in-place <script.py>
```

Changes are normally reviewed on top of the AOSP `master` branch.

New scripts should have documentation in `../doc/scripts_reference.md`.