From 5cd9c8d2e198cc5f4314ce3a3d1fb1990b55b168 Mon Sep 17 00:00:00 2001 From: Jordan R Abrahams Date: Mon, 2 Aug 2021 23:34:23 +0000 Subject: 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 Tested-by: Jordan R Abrahams Commit-Queue: Jordan R Abrahams --- .style.yapf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.style.yapf') 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 -- cgit v1.2.3