aboutsummaryrefslogtreecommitdiff
path: root/.style.yapf
diff options
context:
space:
mode:
authorJordan R Abrahams <ajordanr@google.com>2021-08-02 23:34:23 +0000
committerCommit Bot <commit-bot@chromium.org>2021-08-03 21:45:03 +0000
commit5cd9c8d2e198cc5f4314ce3a3d1fb1990b55b168 (patch)
tree256a2e3ced1a025318cbaaff9fe922f0de32058c /.style.yapf
parent14fda118b124a783297391c2a54e54d67009820d (diff)
downloadtoolchain-utils-5cd9c8d2e198cc5f4314ce3a3d1fb1990b55b168.tar.gz
Edit style guide to match pep8
At the request of gbiv@, I'm updating the yapf style guide to pep8, as the chromium style apparently has very similar style to pep8. BUG=None TEST=CQ Change-Id: I965250cc7482aed4791a09391b37487bc00e618f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3068280 Reviewed-by: George Burgess <gbiv@chromium.org> Tested-by: Jordan R Abrahams <ajordanr@google.com> Commit-Queue: Jordan R Abrahams <ajordanr@google.com>
Diffstat (limited to '.style.yapf')
-rw-r--r--.style.yapf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.style.yapf b/.style.yapf
index 97f7d657..7cc74f40 100644
--- a/.style.yapf
+++ b/.style.yapf
@@ -1,3 +1,3 @@
[style]
-based_on_style = chromium
+based_on_style = pep8
blank_line_before_module_docstring = true