mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
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:
parent
35307aa9b9
commit
04cc8c6f8d
2 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ BinPackParameters: true
|
|||
|
||||
BreakBeforeBraces: Custom
|
||||
|
||||
ColumnLimit: 100
|
||||
ColumnLimit: 78
|
||||
PenaltyBreakBeforeFirstCallParameter: 1
|
||||
PenaltyExcessCharacter: 100
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
BasedOnStyle: InheritParentConfig
|
||||
|
||||
ColumnLimit: 100
|
||||
|
||||
# ACO clang-format rules:
|
||||
Language: Cpp
|
||||
Standard: c++14
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue