mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 14:58:10 +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>
6 lines
155 B
YAML
6 lines
155 B
YAML
BasedOnStyle: InheritParentConfig
|
|
DisableFormat: false
|
|
|
|
ColumnLimit: 0
|
|
Cpp11BracedListStyle: false
|
|
SpaceBeforeParens: ControlStatementsExceptControlMacros
|