Proryanator / encoder-benchmark

A tool to benchmark your hardware's real-time video encoding capabilities.
GNU General Public License v3.0
63 stars 5 forks source link

Format entire project using rustfmt, update readme with how to run rustfmt and add in a job (in IDE's too) #33

Closed Proryanator closed 9 months ago

Proryanator commented 9 months ago

https://github.com/Proryanator/encoder-benchmark/pull/32

rustfmt was used in the above PR, which pointed out that we don't have a way to catch/prevent mis-formatted code from getting into the code base.

This should be relatively simple to setup via adding a new github action/job.

To-Do:

Proryanator commented 9 months ago

Screenshot 2023-09-27 at 11 20 31 AM

(how to do this in RustRover or other Jetbrains tools)

e-dong commented 9 months ago

This would be good to do! This will make sure the diff are cleaner in future PRs haha