From 67323ace105806a501f620b21de61cc1c2403002 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Thu, 1 Aug 2024 01:13:36 +0200 Subject: [PATCH] CPPLint: set line lenght to 127, no more 80c screen --- CPPLINT.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPPLINT.cfg b/CPPLINT.cfg index 367f059..c7e6558 100644 --- a/CPPLINT.cfg +++ b/CPPLINT.cfg @@ -56,5 +56,5 @@ set noparent filter=-whitespace/braces,-runtime/references,-whitespace/indent,-whitespace/blank_line,-whitespace/newline,-build/include_subdir,-build/c++11,+build/c++14,-legal/copyright -linelength=80 +linelength=127 root=include