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

Commit ddb8244b 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

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

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