clang-format: Set ColumnLimit to 78

This matches the tree-wide .editorconfig.

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24429>
This commit is contained in:
Faith Ekstrand 2023-08-01 10:24:24 -05:00 committed by Marge Bot
parent 35307aa9b9
commit 04cc8c6f8d
2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@ BinPackParameters: true
BreakBeforeBraces: Custom
ColumnLimit: 100
ColumnLimit: 78
PenaltyBreakBeforeFirstCallParameter: 1
PenaltyExcessCharacter: 100

View File

@ -1,6 +1,8 @@
BasedOnStyle: InheritParentConfig
ColumnLimit: 100
# ACO clang-format rules:
Language: Cpp
Standard: c++14