mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 03:10:09 +01:00
egl: change a couple of clang-format settings
This code was written with 80-char lines in mind; changing that to 100 with the common .clang-format unnecessarily reflows a lot of code that looks fine like this. `AlwaysBreakAfterReturnType: All` might be something that we want everywhere, but for now only set it here, to match existing code. Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23398>
This commit is contained in:
parent
f5eec48799
commit
35d8db96ed
1 changed files with 4 additions and 0 deletions
4
src/egl/.clang-format
Normal file
4
src/egl/.clang-format
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
BasedOnStyle: InheritParentConfig
|
||||
|
||||
ColumnLimit: 80
|
||||
AlwaysBreakAfterReturnType: All
|
||||
Loading…
Add table
Reference in a new issue