diff --git a/src/gallium/drivers/r300/compiler/.clang-format b/src/gallium/drivers/r300/compiler/.clang-format new file mode 100644 index 00000000000..287723e6efb --- /dev/null +++ b/src/gallium/drivers/r300/compiler/.clang-format @@ -0,0 +1,6 @@ + +BasedOnStyle: InheritParentConfig + +AllowShortCaseLabelsOnASingleLine: True + +DisableFormat: false