forked from PixelExperience/packages_modules_Bluetooth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Zach Johnson
committed
May 18, 2020
1 parent
e34fc62
commit 631659d
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
# http://google.github.io/styleguide/pyguide.html | ||
based_on_style: google | ||
indent_width: 4 | ||
column_limit: 120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters