loodakrawa / SpriterDotNet

A pure C# Spriter implementation
zlib License
220 stars 75 forks source link

Cosmetic changes #89

Closed rfadeev closed 6 years ago

rfadeev commented 6 years ago

Convert indentations to spaces. Trim trailing whitespaces. Add newlines at end of files. Align code style. Make Unity example classes naked public fields private with SerializeField attribute. Make Unity API methods (Awake, Start, OnEnable, Update) private.

loodakrawa commented 6 years ago

Merged, thanks!