Spriter2UnityDX
Spriter2UnityDX copied to clipboard
Cosmetic changes
- Update
.gitignore
. - Add missing
.meta
file. - Convert indentations to tabs.
- Trim trailing whitespaces.
- Add newlines at end of files.
- Align code style.
- Split long lines.
- Fix braces and spaces code style.
- Move comments before statements.
- Use
foreach
loops instead offor
loops where applicable.