mesa/src/egl/.clang-format
Konstantin Seurer e2a02f3910 clang-format: Disable formatting by default
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>
2023-08-13 16:48:49 +02:00

5 lines
104 B
YAML

BasedOnStyle: InheritParentConfig
DisableFormat: false
ColumnLimit: 80
AlwaysBreakAfterReturnType: All