ci: increase clint line length limit to 100 characters (#15252)

This commit is contained in:
dundargoc
2021-08-16 15:32:36 +02:00
committed by GitHub
parent 57fc3d3ed7
commit 7146103be2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
BasedOnStyle: Google
Language: Cpp
ColumnLimit: 80
ColumnLimit: 100
IndentWidth: 2
TabWidth: 2
UseTab: Never