Log In
bw
/
opentoonz
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
b130eca2da956e41ac03481f648e3f74e513d591
b130eca2da956e41ac03481f648e3f74e513d591
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" )