
* Add a config file for python formatting (.style.yapf). * Change the default indentation from 4 spaces to 2 spaces. * Run 'git cl format --python' on a few python files. Bug: webrtc:13413 Change-Id: Ia71135131276c2c499b00032d57ad16ee5200a5c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/238982 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@google.com> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#35500}
4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
[style]
|
|
based_on_style = pep8
|
|
indent_width = 2
|
|
column_limit = 80 |