🐛 Bug Report
Fix pre-commit-clang-format git hook to detect clang on windows and add v15 to the major version list.
Expected Behavior
Current Behavior
Clang-format is not detected even being installed already


Possible Solution
For adding v15 just add it to the this line https://github.com/metacall/core/blob/develop/githooks/pre-commit-clang-format#L27
Regarding the hook not detecting the clang-format executable, the current script is in bash if it could be ported to a .bat or .ps1 script for windows.
🐛 Bug Report
Fix
pre-commit-clang-formatgit hook to detect clang on windows and add v15 to the major version list.Expected Behavior
Current Behavior
Clang-format is not detected even being installed already

Possible Solution
For adding v15 just add it to the this line https://github.com/metacall/core/blob/develop/githooks/pre-commit-clang-format#L27
Regarding the hook not detecting the clang-format executable, the current script is in bash if it could be ported to a
.bator.ps1script for windows.