This repository contains various files that serve as useful resources for the programming team, including the club style guide, git policies, and .clang-format file. Other important files will be added as they are created.
This repository is meant to be a unified location for all programmers to visit to access all the resources they may need.
The repository should be considered a "living document", i.e. changes will be made to these resources continuously.
- Style_Guide.md: The Club Style Guide, this document sets the rules for how robot code should be formatted
- .clang-format: The clangd language server is the accepted standard for C/C++ language servers, and this file provides the club's ruleset for indentation for C/C++ files for the clang-format command in clangd.
- Useful_Links.md: A list of useful links to other websites
- git_policies.md: Rules for using git and Github