aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2022-09-06 12:14:42 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-07 21:15:09 +0000
commit84556973468631cce626a9cebb7b23439afa763e (patch)
treef6defad8c289334c6a681a9e8593d3f96045e9fd
parent74bd380a27f4f0e8e90ff2dc1cef0b502d74961b (diff)
downloadtoolchain-utils-84556973468631cce626a9cebb7b23439afa763e.tar.gz
remove old .style.yapf file
Since we're swapping to using `black`, this old YAPF file is no longer needed (and instructs `yapf` to actively do the wrong thing with indentation/etc) BUG=b:244644217 TEST=None Change-Id: I1bbf5be37c313b7fbbd841132570b3e5dd197ed5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3877338 Reviewed-by: Ryan Beltran <ryanbeltran@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Tested-by: George Burgess <gbiv@chromium.org> Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com>
-rw-r--r--.style.yapf6
1 files changed, 0 insertions, 6 deletions
diff --git a/.style.yapf b/.style.yapf
deleted file mode 100644
index 0baa978f..00000000
--- a/.style.yapf
+++ /dev/null
@@ -1,6 +0,0 @@
-[style]
-based_on_style = pep8
-split_before_bitwise_operator = false
-blank_line_before_module_docstring = true
-blank_lines_between_top_level_imports_and_variables = 2
-indent_width = 2