From 4822b447b3db526feb985c23e05e072ea72379da Mon Sep 17 00:00:00 2001 From: James M Snell Date: Sun, 16 Oct 2022 15:54:04 -0700 Subject: [PATCH] src: update cppline limit to 100 Signed-off-by: James M Snell --- .clang-format | 2 +- .cpplint | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 4aad29c328abd4..d1ce72449bb1b8 100644 --- a/.clang-format +++ b/.clang-format @@ -44,7 +44,7 @@ BreakConstructorInitializersBeforeComma: false BreakConstructorInitializers: BeforeColon BreakAfterJavaFieldAnnotations: false BreakStringLiterals: true -ColumnLimit: 80 +ColumnLimit: 100 CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: true diff --git a/.cpplint b/.cpplint index f6e10f03963405..7a81cbd38eaa77 100644 --- a/.cpplint +++ b/.cpplint @@ -1,3 +1,3 @@ set noparent filter=-build/include_alpha,-build/include_subdir,-build/include_what_you_use,-legal/copyright,-readability/nolint -linelength=80 +linelength=100