From 00b38750e301bee79856c5c9e7f08e0421f9ae40 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Wed, 17 Jun 2026 19:28:14 +0200 Subject: [PATCH] libobs-opengl: Force C language for clang-format --- libobs-opengl/.clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libobs-opengl/.clang-format diff --git a/libobs-opengl/.clang-format b/libobs-opengl/.clang-format new file mode 100644 index 000000000..ef6a673da --- /dev/null +++ b/libobs-opengl/.clang-format @@ -0,0 +1,2 @@ +Language: C +BasedOnStyle: InheritParentConfig