1 Star 0 Fork 325

Haiming / TaoQuick

forked from Qt进阶之路 / TaoQuick 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clang-foramt-All.ps1 262 Bytes
一键复制 编辑 原始数据 按行查看 历史
武威的涛哥 提交于 2023-04-25 09:59 . foramt all
$scriptDir=$PSScriptRoot
$currentDir=Get-Location
Write-Host "currentDir" $currentDir
Write-Host "scriptDir" $scriptDir
$names="*.h","*.cpp","*.c","*.hpp"
Get-ChildItem -Include $names -Recurse $currentDir | ForEach-Object {
clang-format -i $_.FullName
}
C++
1
https://gitee.com/rhaiming/TaoQuick.git
git@gitee.com:rhaiming/TaoQuick.git
rhaiming
TaoQuick
TaoQuick
master

搜索帮助