Contributing
Contributions are welcome. Before opening a pull request:
- Build and run the tests.
- Add or update tests for formatter, lint, LSP, or automation changes.
- Update the docs for user-visible changes.
bash
cmake -B build
cmake --build build -j$(nproc)
ctest --test-dir buildWARNING
Formatter changes need focused cases in tests/test_formatter.cpp and must stay idempotent.
Documentation
These pages are the docs/ directory of the repository, built with VitePress. Use "Edit this page on GitHub" at the foot of a page to change it. Add a new page to the sidebar in docs/.vitepress/site.json, or the build check fails.
License
MIT. See LICENSE.