Skip to content

Commit 0d76af3

Browse files
committed
docs(scripts): Fix markdown formatting in pre-commit hook documentation
Added blank lines after section headers in scripts/README.md for proper markdown rendering. This improves readability and follows markdown best practices.
1 parent dc0c038 commit 0d76af3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ chmod +x .git/hooks/pre-commit
2222
```
2323

2424
**What it does**:
25+
2526
- Runs automatically before each `git commit`
2627
- Checks C++ files (`.cpp`, `.hpp`, `.h`, `.cc`, `.cxx`) for formatting issues
2728
- Uses `clang-format` to verify code style compliance
2829
- Blocks commits if formatting issues are found
2930

3031
**Requirements**:
32+
3133
- `clang-format` (version 17+ recommended, minimum version 9.0)
3234
- On Rocky Linux 8: `dnf install clang` (provides clang-format 19+)
3335

0 commit comments

Comments
 (0)