code-quality
Installation
SKILL.md
Code Quality
Code Style
- Standard: Google C++ Style Guide
- Line limit: 120 characters
- Indent: 4 spaces
- Config: See
.clang-formatin repo root
Pre-commit Hooks
Setup
pip3 install pre-commit
pre-commit install --hook-type pre-commit --hook-type pre-push