Add scripts that can be used to ensure format

This commit is contained in:
luisangelsm
2026-03-06 12:01:36 +01:00
parent 09ae34cb10
commit 9024ff7d0c
4 changed files with 156 additions and 0 deletions

View 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%