Thanks for your interest, but we follow a version of Google C++ style, so this change is actually inconsistent with our preferred style. Spaces are only included around -> when indicating a return type (not when accessing a pointer).
If you're looking for ways to get started, it might be easier to jump in on the engine repo.
Hi Aditya,
Thanks for your interest, but we follow a version of Google C++ style, so this change is actually inconsistent with our preferred style. Spaces are only included around
->
when indicating a return type (not when accessing a pointer).If you're looking for ways to get started, it might be easier to jump in on the engine repo.
Cheers