Make pre-commit script to do auto formatting on all cpp files under v2 folder.
Also, check if the scope of inspection
- can be scoped to specific folders alone
- can be ignored for specific folders
If so, scope it to files and folders under v2 recursively
Ignore all the files and folders under third_party
As a value add:
Create a nox task for formatting the cpp files
Make pre-commit script to do auto formatting on all cpp files under v2 folder.
Also, check if the scope of inspection
If so, scope it to files and folders under v2 recursively
Ignore all the files and folders under third_party
As a value add:
Create a nox task for formatting the cpp files