mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Add scripts that can be used to ensure format
This commit is contained in:
6
scripts/clang-format-windows.cmd
Normal file
6
scripts/clang-format-windows.cmd
Normal file
@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
set "SCRIPT_DIR=%~dp0"
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%SCRIPT_DIR%clang-format-windows.ps1" %*
|
||||
exit /b %ERRORLEVEL%
|
||||
Reference in New Issue
Block a user