Northeastern-Electric-Racing / Cerberus

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

Improve autoformatting experience #67

Closed nwdepatie closed 9 months ago

nwdepatie commented 12 months ago

Right now we have clang-format built into the docker container, and we have a basic .clang-format file in the repo. What we need to do is:

  1. Replace clang-format contents with the one shown here that is more updated to our tastes, attached here
  2. Give it a bash alias in the Dockerfile. See this PR for reference on how to do that clang-format.txt
nwdepatie commented 12 months ago

Command to do this is clang-format -style=file -i whateverfile.c so just alias the first part up to whatever.c

nwdepatie commented 9 months ago

Moving to Embedded-Base