Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

FRC1756-Argos/2020-Robot-Cpp

Repository files navigation

2020-Robot-Cpp

CI Format Documentation

C++ port of FRC1756-Argos/2020-Robot

Project Setup

Pre-Commit

This project uses pre-commit to check code formatting before accepting commits.

First install the prerequisites:

  • python3 (with pip) - instructions
  • wpiformat - pip install wpiformat
  • pre-commit - pip install pre-commit

Then initialize:

pre-commit install

You'll now have style and formatting checks run prior to each commit!

Releases

No releases published

Packages

No packages published