Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-WSL-2
QOSAMI-WSL-2
/
tools
/
SetupClangFormat.bat
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
bat
9 lines
211 Bytes
Copy permalink
Copy
Raw
1
@ECHO
OFF
2
rem Copyright (c) Microsoft Corporation.
3
rem Licensed under the MIT License.
4
5
rem This script sets up git hooks for clang-format
6
7
pushd
%~dp0
%
8
git
config
--local
core
.hooksPath
tools
/hooks
9
popd