summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
diff options
context:
space:
mode:
authorKonstantin Seurer <konstantin.seurer@gmail.com>2023-08-12 10:53:39 +0200
committerKonstantin Seurer <konstantin.seurer@gmail.com>2023-08-13 16:48:49 +0200
commite2a02f3910266a91833800b8f803fb3d7afffa0a (patch)
tree2354f207106db1f00d0f0b7c65ee730789bdc831 /src/gallium/drivers/i915
parent47722b2d7f7e87b12a636193695e4c42b23b3b14 (diff)
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>
Diffstat (limited to 'src/gallium/drivers/i915')
-rw-r--r--src/gallium/drivers/i915/.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/.clang-format b/src/gallium/drivers/i915/.clang-format
index bbfb4e86723..f60c7e4f800 100644
--- a/src/gallium/drivers/i915/.clang-format
+++ b/src/gallium/drivers/i915/.clang-format
@@ -1,4 +1,5 @@
BasedOnStyle: InheritParentConfig
+DisableFormat: false
ColumnLimit: 80