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:
Dhruv Mark Collins 2025-10-09 13:56:29 +00:00
parent 5b76c1dd0c
commit 4897b6d606

View file

@ -4,7 +4,7 @@ DisableFormat: false
AlwaysBreakAfterReturnType: TopLevel
BinPackParameters: false
ColumnLimit: 78
ColumnLimit: 120
Cpp11BracedListStyle: false
IncludeBlocks: Regroup