Skip to content

Commit

Permalink
CPPLint: set line lenght to 127, no more 80c screen
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Aug 5, 2024
1 parent c80e90e commit cee1bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPPLINT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cee1bfc

Please sign in to comment.