clang-format
clang-format copied to clipboard
The pre-commit hooks fails to validate this repo format
- run
./bin/darwin_x64/clang-format -i -style=file index.js bin/check-clang-format.js
-
yarn precommit
fails (And is executed as a pre-commit hook).
I'll go ahead and disable the pre-commit hook for now to unblock the development.
We should re-enable later.