accel-sim / accel-sim-framework

This is the top-level repository for the Accel-Sim framework.
https://accel-sim.github.io
Other
289 stars 110 forks source link

Reformat code #236

Closed FJShen closed 1 year ago

FJShen commented 1 year ago

Issue #207

Enforced the following formatting rules from pre-commit on all files:

clang-format was specifically enforced only on the files specified in format-code.sh, plus main.cc. The pre-commit configuration file is included in this PR as well.