mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
6 lines
141 B
Batchfile
6 lines
141 B
Batchfile
@echo off
|
|
|
|
rem run clang-format on c++ files
|
|
|
|
powershell -noprofile "import-module %OPENCON_TOOLS%\openconsole.psm1; Invoke-CodeFormat"
|