cc1c1513ef
* Increase column width * Prevent clang-format/tidy from triggering diff build
11 lines
185 B
YAML
11 lines
185 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
Standard: "c++20"
|
|
UseTab: Never
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
ColumnLimit : 120
|
|
IncludeBlocks: Preserve
|
|
...
|