VTAstrobotics / PHOENIX

Project PHOENIX: PatHing OpEratioNal Infrastructure eXtender.
https://www.vtastrobotics.com
4 stars 0 forks source link

Auto Formatting #127

Closed H3nryM closed 9 months ago

H3nryM commented 10 months ago

Now, this allows us to have custom formatting using the .clang-format file. Automatically applied on ctrl + s.

The hope is that formatter.yml will automatically format if developer forgets to.

H3nryM commented 10 months ago

"Github Actions triggered by pull request unfortunately have a detached head and do not allow committing to the same branch."

H3nryM commented 10 months ago

Automatically checks that you formatted your C++ files via the Ctrl + S automatic formatting ability in the dev container.

Unfortunately, it does not actually format it for you if you forgot. You have to manually but at least it ensures everything will be formatted properly using our custom .clang-format file.