mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-13 02:56:59 +00:00
e6fb67c1e1
This allows setting the CLANG_FORMAT environment variable to (e.g.) `C:/Program Files/LLVM3.8.1/bin/clang-format.exe` and then using the script from Git Bash on Windows. Before, it would break if there were spaces in the path. (If a suitable clang-format were in the PATH environment variable, though, I don't think spaces caused problems.)