Contributing and Debugging/PR Guidelines: Fix clang-format instruction for default bash config (#1358)

Co-authored-by: Szwagi <szwagi@proton.me>
This commit is contained in:
Szwagi 2026-01-28 23:41:06 +00:00 committed by GitHub
parent 48a5935cfb
commit eaac0f9b1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.