WIP
This project uses pre-commit to automatically format code before commits.
Setup:
pip install pre-commit
pre-commit install
What it does:
- Formats Swift code with SwiftLint
- Fixes trailing whitespace and file endings
- Validates YAML/JSON files
- Checks for merge conflicts
Manual run:
pre-commit run --all-files