Increase column width (#91)

* Increase column width

* Prevent clang-format/tidy from triggering diff build
This commit is contained in:
antonio2368 2021-02-12 16:58:55 +01:00 committed by GitHub
parent fae407d3fe
commit cc1c1513ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,10 @@
---
Language: Cpp
BasedOnStyle: Google
Standard: "C++11"
Standard: "c++20"
UseTab: Never
DerivePointerAlignment: false
PointerAlignment: Right
ColumnLimit : 80
ColumnLimit : 120
IncludeBlocks: Preserve
...

View File

@ -5,6 +5,7 @@ on:
paths-ignore:
- 'docs/**'
- '**/*.md'
- '.clang-*'
jobs:
community_build: