aboutsummaryrefslogtreecommitdiff
path: root/.style.yapf
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2021-08-11 11:15:18 -0700
committerGeorge Burgess <gbiv@chromium.org>2021-08-11 18:40:13 +0000
commitaf7b646e9ec66fb6ed16f01071ec390e1c565ec1 (patch)
tree073b6818e28761433b657f62a38ef64fc29830b6 /.style.yapf
parent2adf813f6ab7a3f9af6d61f6274ad58d449f2999 (diff)
downloadtoolchain-utils-af7b646e9ec66fb6ed16f01071ec390e1c565ec1.tar.gz
style.yapf: force indentation to 2
We recently had to swap from a base style of Chromium to Pep8, since the former has been removed from yapf. Apparently this wasn't a complete nop. Keep the existing indent width. The other changes implied by the pep => yapf transition can probably be fixed up incrementally. BUG=None TEST=yapf'ed a random file Change-Id: I736b61c413720870870f62cedfddeb9f81b934c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3089512 Reviewed-by: Ryan Beltran <ryanbeltran@chromium.org> Tested-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to '.style.yapf')
-rw-r--r--.style.yapf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.style.yapf b/.style.yapf
index 7cc74f40..c4472bda 100644
--- a/.style.yapf
+++ b/.style.yapf
@@ -1,3 +1,4 @@
[style]
based_on_style = pep8
blank_line_before_module_docstring = true
+indent_width = 2