Closed H3nryM closed 9 months ago
"Github Actions triggered by pull request unfortunately have a detached head and do not allow committing to the same branch."
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.
Now, this allows us to have custom formatting using the
.clang-format
file. Automatically applied onctrl + s
.The hope is that
formatter.yml
will automatically format if developer forgets to.