Introduction of a new variable policy (as outlined in D57896: Variable names rule) could lead to clang tidy complaining about 1000's of variables
Consider add a new casing style to readability-identifier-naming to support allowing either camelBack and camelCase styles which could be applied to the VariableCase option in the LLVM .clang-tidy files
Users wishing to convert their files to new policy would simply change this setting to camelBack and run with -fix
Depends on D57896
Please fix double space.