Skip to content

Commit

Permalink
Extend line length of python files to 120 chars, to match C++
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .style.yapf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# http://google.github.io/styleguide/pyguide.html
based_on_style: google
indent_width: 4
column_limit: 120
1 change: 1 addition & 0 deletions system/gd/docs/architecture/style_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 631659d

Please sign in to comment.