mirror of
https://github.com/Vita3K/Vita3K-Android.git
synced 2024-11-26 23:10:39 +00:00
06299de242
Also: - external: update some submodules.
7 lines
158 B
Batchfile
7 lines
158 B
Batchfile
@echo off
|
|
cd vita3k
|
|
for /f %%f in ('dir *.cpp *.h /b/s') do clang-format -i %%f
|
|
cd ..\tools
|
|
for /f %%f in ('dir *.cpp *.h /b/s') do clang-format -i %%f
|
|
cd ..
|