summaryrefslogtreecommitdiff
path: root/run-clang-format.ps1
AgeCommit message (Collapse)Author
2026-01-09Port how "run-clang-format.ps1" displays its progress from Soh (#1444)Glought
- instead of just "Formatting mm\2s2h\DeveloperTools\ActorViewer.cpp its "Formatting [40/1576] mm\2s2h\DeveloperTools\ActorViewer.cpp"
2024-06-24PowerShell clang fix (#714)Malkierian
* Fixes script running in commandline mode by adding System.Net inclusion at the top. Also adds clang-format.exe to gitignore. * Change System.Net namespace to System.
2024-05-22clang format (#447)briaguya
* add linux clang format script * first shot at powershell * whoops * webrequest is slow, try webclient * just get the one file * simplify and maybe make it work? * whoops again * try a different suggestion * why is it always windows * again * try again * bit of path stuff * chmod +x * add action to check * fix workflow name