migueldeicaza / SwiftGodotKit

Embed Godot into Swift apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regarding the space before () against Swift style convention

hyouuu opened this issue · comments

Hello! I noticed that the source code always put a space before func's (), e.g. init (), where as Swift convention is init() - could we adopt the convention?

Not really, it is a style I have used for a long time.

Might revisit this in the future when I adopt some sort of swift formatter, and do it all in one pass, but will take me time to continue my research.