commit | 99e2108d930ab36b79c0ebfd27b41943ba23a13a | [log] [tgz] |
---|---|---|
author | Rob Mohr <mohrr@google.com> | Fri Feb 21 10:39:50 2020 -0800 |
committer | CQ Bot Account <commit-bot@chromium.org> | Fri Feb 21 18:50:59 2020 +0000 |
tree | 171588c5b9eb87942c666ac0d13e4e31c8220924 | |
parent | 811ec0a01cdd479a33cab208e446b20b57904ae6 [diff] [blame] |
Use chromium style for yapf Change-Id: Ib7fc352a6da44bbefa78c571795d615881a08dba
diff --git a/.style.yapf b/.style.yapf new file mode 100644 index 0000000..c0975d8 --- /dev/null +++ b/.style.yapf
@@ -0,0 +1,4 @@ +[style] +# While normally Pigweed uses PEP8, recipes code frequently moves between +# repos. This movement is made easier if we stick to Chromium style here. +based_on_style = chromium