Log In
bw
/
opentoonz
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
b8b0c4d80e3e6ba23aa4c12784be4bd4a921f957
b8b0c4d80e3e6ba23aa4c12784be4bd4a921f957
toonz
sources
beautification.bat
Fork and Edit
Blob
Blame
Raw
@echo off for /R %%F in (*.cpp;*.hpp;*.c;*.h) do ( clang-format -i "%%F" )