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

Commit 506cc9ab authored by Jack He's avatar Jack He
Browse files

Revert "clang-format: change column limit to 100"

This reverts commit 5e458e8f.

Reason for revert: Bluetooth code base has always been using 120 cols lines, if we change this to 100, many other merge conflicts may arise.

We should change the linter to support 120 lines for Bluetooth.

Test: Upload this CL
Change-Id: Ib8e825421acf3d7b50ab8dca7a8a86d9cb30fb00
parent 5e458e8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
BasedOnStyle: Google
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
ColumnLimit: 100
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: Empty
ConstructorInitializerAllOnOneLineOrOnePerLine: true
BreakConstructorInitializers: BeforeColon