Update "git cl format --python" to default to PEP-8
This matches the recent change Chromium's Python style guide. This also changes the .style.yapf in depot_tools to be explicit about the style used in this repo. Bug: 846432 Change-Id: I4947a90aec1739a9a86ffc9bfc5eacc1182dc186 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1987006 Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org>changes/06/1987006/2
parent
cd1331ea69
commit
fa40bfa39b
@ -1,2 +1,4 @@
|
||||
[style]
|
||||
based_on_style = chromium
|
||||
based_on_style = pep8
|
||||
indent_width = 2
|
||||
column_limit = 80
|
||||
|
Loading…
Reference in New Issue