Warning, /libraries/qca/README.clang-format is written in an unsupported language. File is not indexed.

0001 We introduced clang-format mandatory usage in September 2020.
0002 If you want git blame to ignore the revision in which we did the mass change you can do
0003    git config blame.ignoreRevsFile .git-blame-ignore-revs
0004 on your clone
0005 
0006 To get the clang-format warnings locally instead at CI time we recommend you
0007 to copy the hooks/pre-commit to your .git
0008     cp hooks/pre-commit .git/hooks/
0009 
0010 We are using clang-format 16 on CI. Unfortunately clang-format is not totally
0011 compatible with older versions of itself. If CI gives you trouble but your local
0012 clang-format disagrees, just apply the changes suggested by CI and then commit
0013 with the --no-verify flag. If you get stuck, don't hesitate to ask the reviewer
0014 to help and they will reformat your commits :)