Northeastern-Electric-Racing / Cerberus

Our FreeRTOS-based vehicle control application
1 stars 0 forks source link

Make Prettier GitHub Action #46

Closed nwdepatie closed 1 year ago

nwdepatie commented 1 year ago

This is a pretty simple ticket, we just gotta set up prettier to format some code and check for some general nitpicky stuff. Ask a benefit would be to integrate it into docker to have an auto formatting script

nwdepatie commented 1 year ago

Prettier is NOT building well into the docker container, I think we are going to go with ClangFormat since it is kinda designed for C and is easier to install. Check #61 for this effort