From eaac0f9b1fdd643e77adaa5f962104d706280aac Mon Sep 17 00:00:00 2001 From: Szwagi <12988954+Szwagi@users.noreply.github.com> Date: Wed, 28 Jan 2026 23:41:06 +0000 Subject: [PATCH] Contributing and Debugging/PR Guidelines: Fix clang-format instruction for default bash config (#1358) Co-authored-by: Szwagi --- content/Contributing and Debugging/PR-Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Contributing and Debugging/PR-Guidelines.md b/content/Contributing and Debugging/PR-Guidelines.md index 3d70b8c4..16a5669d 100644 --- a/content/Contributing and Debugging/PR-Guidelines.md +++ b/content/Contributing and Debugging/PR-Guidelines.md @@ -15,7 +15,7 @@ the time for the maintainers. ### Before you submit -Make sure you ran clang-format: `clang-format -i src/**/*{cpp,hpp}` +Make sure you ran clang-format: `clang-format -i src/*{cpp,hpp} src/**/*{cpp,hpp}` Check if your changes don't violate `clang-tidy`. Usually this is built into your IDE.