From e192709959c7adae587dcb5adfbae6c2701fff9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Fri, 19 Sep 2025 21:03:10 +0200 Subject: [PATCH] Add 'vert' and 'frag' shader sources to default extensions --- run-clang-format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-clang-format.py b/run-clang-format.py index dcabaf1..dcaaac4 100755 --- a/run-clang-format.py +++ b/run-clang-format.py @@ -31,7 +31,7 @@ DEVNULL = open(os.devnull, "wb") -DEFAULT_EXTENSIONS = 'c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx' +DEFAULT_EXTENSIONS = 'c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx,vert,frag' DEFAULT_CLANG_FORMAT_IGNORE = '.clang-format-ignore'