Upstream commit: https://webrtc.googlesource.com/src/+/3d476f2738016ae4338d41f3a05d34a70b7da6b3 Allow to keep old python style for existing files. https://webrtc-review.googlesource.com/c/src/+/321081 made PEP-8 mandatory for WebRTC python file. This CL allows to keep the old formatting style for existing python files because switching all methods and functions name from PascalCase to snake_case is non trivial. Change-Id: Id094bbf72ee1c3c32027a49bc9763bc65dfb9ad2 Bug: None Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/323860 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Christoffer Jansson <jansson@google.com> Cr-Commit-Position: refs/heads/main@{#40951}
19 lines
1017 B
Plaintext
19 lines
1017 B
Plaintext
#Owners for infra and repo related files
|
|
per-file .gitignore=*
|
|
per-file .gn=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org
|
|
per-file BUILD.gn=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org
|
|
per-file .../BUILD.gn=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org
|
|
per-file *.gni=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org
|
|
per-file .../*.gni=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org
|
|
per-file .vpython=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org
|
|
per-file .vpython3=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org
|
|
per-file AUTHORS=*
|
|
per-file DEPS=*
|
|
per-file pylintrc=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org
|
|
per-file pylintrc_old_style=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org
|
|
per-file WATCHLISTS=*
|
|
per-file native-api.md=mbonadei@webrtc.org
|
|
per-file ....lua=titovartem@webrtc.org
|
|
per-file .style.yapf=jleconte@webrtc.org
|
|
per-file *.py=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org
|