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

Commit bc74fa9b authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "adb: add 100 column limit to .clang-format." am: 389cab80

am: ddb8244b

* commit 'ddb8244b':
  adb: add 100 column limit to .clang-format.
parents 9155aa30 ddb8244b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,7 @@ BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false


ColumnLimit: 100
CommentPragmas: NOLINT:.*
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
DerivePointerAlignment: false
IndentWidth: 4
IndentWidth: 4