mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
tu: Increase clang-format ColumnLimit to 120
The existing column limit led to readability being affected due to excessive line wrapping, especially in C++ code. Signed-off-by: Dhruv Mark Collins <mark@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37802>
This commit is contained in:
parent
5b76c1dd0c
commit
4897b6d606
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ DisableFormat: false
|
|||
|
||||
AlwaysBreakAfterReturnType: TopLevel
|
||||
BinPackParameters: false
|
||||
ColumnLimit: 78
|
||||
ColumnLimit: 120
|
||||
Cpp11BracedListStyle: false
|
||||
|
||||
IncludeBlocks: Regroup
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue