mirror of
https://github.com/microsoft/terminal.git
synced 2026-05-22 19:03:44 -04:00
6 lines
138 B
Batchfile
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"
|