mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-09 00:58:11 +02:00
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:
parent
48a5935cfb
commit
eaac0f9b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue