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

Commit 5ff3191f authored by Zach Johnson's avatar Zach Johnson Committed by Gerrit Code Review
Browse files

Merge changes I28f66f36,Ibfd8282a

* changes:
  clang-format: don't bin-pack args & params
  Extend line length of python files to 120 chars, to match C++
parents 6b8fc0bf 0305a3e7
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
+4 −1
Original line number Diff line number Diff line
@@ -24,5 +24,8 @@ CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: Empty
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerAllOnOneLineOrOnePerLine: true
BreakConstructorInitializers: BeforeColon
AlignAfterOpenBracket: AlwaysBreak
BinPackArguments: false
BinPackParameters: false
+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