Hi,
I'm looking to format my own code to be consistent with PHsPeed own generated code.
Can you tell us about your coding conventions and if you use some PHP / Javascript automated code formatter?
Regards,
A bit tricky to answer. I would suggest that - as you only code in events - to use your own preference. We try to be consistent in using CamelCase, but the exception is the use of properties of components. They are all lowercased. In the property declaration, they are CamelCased, but a long time ago it was decided to lowercase properties as many users complained about making errors (PHP is case-sensitive) when using the properties in events.