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
|
Language: Cpp
|
||||||
BasedOnStyle: Google
|
BasedOnStyle: Google
|
||||||
Standard: "C++11"
|
Standard: "c++20"
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
DerivePointerAlignment: false
|
DerivePointerAlignment: false
|
||||||
PointerAlignment: Right
|
PointerAlignment: Right
|
||||||
ColumnLimit : 80
|
ColumnLimit : 120
|
||||||
IncludeBlocks: Preserve
|
IncludeBlocks: Preserve
|
||||||
...
|
...
|
||||||
|
1
.github/workflows/diff.yaml
vendored
1
.github/workflows/diff.yaml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
|
- '.clang-*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
community_build:
|
community_build:
|
||||||
|
Loading…
Reference in New Issue
Block a user