Add clang format for windows
This commit is contained in:
parent
c22cf4412b
commit
b82f030481
BIN
Installer/win32_clang_format.exe
Normal file
BIN
Installer/win32_clang_format.exe
Normal file
Binary file not shown.
@ -68,6 +68,9 @@ echo - Downloading from %clang_format_url% to %clang_format_path%
|
|||||||
if not exist "%clang_format_path%" mkdir "%clang_format_path%"
|
if not exist "%clang_format_path%" mkdir "%clang_format_path%"
|
||||||
if not exist "%clang_format_file%" powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest %clang_format_url% -OutFile %clang_format_file%"
|
if not exist "%clang_format_file%" powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest %clang_format_url% -OutFile %clang_format_file%"
|
||||||
|
|
||||||
|
echo - Copy Installer\win32_clang_format.exe to %cmder_install_path%\bin\clang-format.exe
|
||||||
|
copy /Y Installer\win32_clang_format.exe %cmder_install_path%\bin\clang-format.exe
|
||||||
|
|
||||||
REM
|
REM
|
||||||
REM Ag
|
REM Ag
|
||||||
REM
|
REM
|
||||||
|
Loading…
Reference in New Issue
Block a user