This project establishes a standardized coding style across multiple languages to enhance code readability, maintainability, and collaboration within our team. We leverage established and recognized style guides for each supported language, ensuring consistent and clear code across our diverse projects.
- C++:
Aligned with the Google C++ Coding Style Guide (see dedicated subpage for details) - Python:
Ruff is used for linting and formatting.(see dedicated subpage for details)
We encourage contributions to both existing and future language sections of this project. We appreciate suggestions for improvements, problem reports, and proposed modifications to style guides or configurations. Feel free to submit pull requests!