mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Pre-commit hook instructions on Windows
(cherry picked from commit 7b6e664178ce0ff559a7a5033606a089881f21b4)
This commit is contained in:
parent
23ef1e0f70
commit
ff11fdd017
@ -20,7 +20,18 @@ contributors to make sure they comply with our requirements.
|
||||
Copy all the files from this folder into your `.git/hooks` folder, and make
|
||||
sure the hooks and helper scripts are executable.
|
||||
|
||||
#### Linux/MacOS
|
||||
|
||||
The hooks rely on bash scripts and tools which should be in the system `PATH`,
|
||||
so they should work out of the box on Linux/macOS, and might work on Windows
|
||||
when using `git-bash.exe` with `clang-format`, Python, `black`, etc. in the
|
||||
`PATH`.
|
||||
so they should work out of the box on Linux/macOS.
|
||||
|
||||
#### Windows
|
||||
|
||||
##### clang-format
|
||||
- Download LLVM for Windows (version 8 or later) from
|
||||
<https://releases.llvm.org/download.html>
|
||||
- Make sure LLVM is added to the `PATH` during installation
|
||||
|
||||
##### black
|
||||
- Python installation: make sure Python is added to the `PATH`
|
||||
- Install `black` - in any console: `pip3 install black`
|
||||
|
Loading…
x
Reference in New Issue
Block a user