aboutsummaryrefslogtreecommitdiffstats
path: root/.style.yapf
diff options
context:
space:
mode:
authorZach Johnson <zachoverflow@google.com>2020-05-17 16:12:36 -0700
committerZach Johnson <zachoverflow@google.com>2020-05-18 07:58:24 -0700
commite9d83c75d22c782894b7edbeef7e8e582cf1c890 (patch)
treea24de3654ded06d223d31f44f31d47c42b56733b /.style.yapf
parent7ff5aef93933f73048f41bf508b6d096d9c61b8d (diff)
downloadplatform_system_bt-e9d83c75d22c782894b7edbeef7e8e582cf1c890.tar.gz
platform_system_bt-e9d83c75d22c782894b7edbeef7e8e582cf1c890.tar.bz2
platform_system_bt-e9d83c75d22c782894b7edbeef7e8e582cf1c890.zip
Extend line length of python files to 120 chars, to match C++
This will reduce the number of odd line breaks. Bug: 156858180 Test: none (need to fix the linter to accept this for non-code) Tag: #gd-refactor Change-Id: Ibfd8282a7f41faf29665bba25c2c375420b693fa
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 3c8af88e15..2b11922309 100644
--- a/.style.yapf
+++ b/.style.yapf
@@ -2,3 +2,4 @@
# http://google.github.io/styleguide/pyguide.html
based_on_style: google
indent_width: 4
+column_limit: 120