2 Star 0 Fork 353

木子一个小李/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
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/hand_li/TaoQuick.git
git@gitee.com:hand_li/TaoQuick.git
hand_li
TaoQuick
TaoQuick
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385