Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 631659d5 authored by Zach Johnson's avatar Zach Johnson
Browse files

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
parent e34fc62a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@
# http://google.github.io/styleguide/pyguide.html
based_on_style: google
indent_width: 4
column_limit: 120
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ with the following modifications as shown in the
```yapf
based_on_style: google
indent_width: 4
column_limit: 120
```

## Build files