Increase column width (#91)
* Increase column width * Prevent clang-format/tidy from triggering diff build
This commit is contained in:
parent
fae407d3fe
commit
cc1c1513ef
@ -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
|
||||
...
|
||||
|
1
.github/workflows/diff.yaml
vendored
1
.github/workflows/diff.yaml
vendored
@ -5,6 +5,7 @@ on:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**/*.md'
|
||||
- '.clang-*'
|
||||
|
||||
jobs:
|
||||
community_build:
|
||||
|
Loading…
Reference in New Issue
Block a user