enigma-dev / RadialGM

A native IDE for ENIGMA written in C++ using the Qt Framework.
GNU General Public License v3.0
46 stars 22 forks source link

Update main.cpp #206

Closed ThanoS-max closed 3 years ago

JoshDreamland commented 3 years ago

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