mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 15:18:09 +02:00
This should make `git clang-format` usable for patches that modify clang formatted and manually formatted code. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9492 Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24645>
5 lines
104 B
YAML
5 lines
104 B
YAML
BasedOnStyle: InheritParentConfig
|
|
DisableFormat: false
|
|
|
|
ColumnLimit: 80
|
|
AlwaysBreakAfterReturnType: All
|