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