Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:49:58 +08:00
commit 5007abf04b
89 changed files with 44129 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Pre-commit hook for clang-format
# Format staged changes before commit
git clang-format --staged --quiet