Files
terminal/tools/runformat.cmd
2026-05-08 06:40:40 -05:00

6 lines
138 B
Batchfile

@echo off
rem run clang-format on c++ files
pwsh -noprofile -c "import-module %OPENCON_TOOLS%\openconsole.psm1; Invoke-CodeFormat"