Removed the --style-config option when running clang-apply-replacements because it can cause segfaults and it's not actually needed in our use case. Also fixed clang-tidy options to not include --fix when running with multiprocessing.
* Rewrite format script in python to improve speed with multiprocessing * Make format.py executable