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

Commit 5e458e8f authored by George Burgess IV's avatar George Burgess IV
Browse files

clang-format: change column limit to 100

I5191ba8b4a69f4ebc745dd4c7122c218b7b5d9da is hitting conflicting
guidance between lints and clang-format: clang-format demands that a
line is expanded > 100 cols, but this upsets bluetooth lints. Instruct
clang-tidy to respect lints.

Bug: 231351802
Test: clang-format
Change-Id: Iedb695de6f18d90dfd997f38ddd020daed225080
parent ba9fca76
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: 120
ColumnLimit: 100
AllowShortFunctionsOnASingleLine: Empty
ConstructorInitializerAllOnOneLineOrOnePerLine: true
BreakConstructorInitializers: BeforeColon