Xerios / ScreenManager

Flexible way to manage screens with transitions for Unity
MIT License
563 stars 69 forks source link

Code-style conformance #21

Open danieldownes opened 1 year ago

danieldownes commented 1 year ago

Not a fan that there is an inconsistant code style. Eg some classes have { at the end of the line, some { are on a new line.

Would suggest a .editorconfig or simply apply code formatting to all.

Happy to do this in PR but it would be new line curleys for the win :)